Hello Apache users,
We have been trying to create an array of strings but without success, in the
example below the property "myStringArray" is from type array of string
[
{
"myJson": [
{
"name": "a property",
"myStringArray":
[
"string1",
"string2",
]
}
}
]
Is this possible in Apache Hop?
Please note that the property has really the type of string array and not array
of json like below (you will have two curly brackets one before "[" and one
after "]" ), this is achievable via an enhanced Json Transform but it is not
our goal
[
{
"myJson": [
{
"name": "a property",
"myStringArray":
{
[
"string1",
"string2",
]
}
}
}
]
Thank you in advance
Michel HEYD
LS telcom AG
Michel HEYD
Im Gewerbegebiet 31-33
D-77839 Lichtenau