-
How come there is no substring function? This is funny because I come form Jolt background and there they have substring but not replace , and here you have the opposite. Are you planning to introduce…
-
Hi folks
i am trying to transform a source json to destination json and finding it difficult to transform it correctly
not sure how to copy/duplicated parent array elements into nested array.
…
-
Hi,
I need help on the following transformation.
Input:
```
{
"job": {
"terminationDate": "null"
},
"accessRevocation": {
"accessRemovalDate": "2021-01-03"
}
}
```
E…
-
@milosimpson
hello
I have a problem with jolt. I can't use if else in spec.
for example
```
{
"RelativeDateInterval":[
{
"Action" : "Training",
}
]
}
```
I wa…
-
I want to know if jolt can handle the following transformation:
```
{
"interface": [
{
"field": "A",
"ip": [
"1.1.1.1",
"1.1.1.2"
]
},
{
…
Wouzz updated
5 years ago
-
Hi,
I have to replace . with _ in json keys. Here is the json I have, can you please help on how to use JOLT expression here.
{
"object.type": "Entity",
"object.name": "assignments",
…
-
Dunno how brew handles / can handle Java as a dependency.
-
Using the below maven entry in POM file -
```
com.bazaarvoice.jolt
json-utils
0.1.0
```
Not able to import import `com.bazaarvoice.jol…
-
Need a jolt spec to remove the fields having null and empty values in the json.
Input Json:
{
"properties": {
"email_home": null,
"email_work": "HI",
"websites": "",
"emai…
-
### Describe the project you are working on
3rd person platformer
### Describe the problem or limitation you are having in your project
Softbodys are hard to use and lack a number of features…