Hi Michel, This looks like ticket 3287 [1], which unfortunately is still open.
Can you let us know if this is what you are looking for? Feel free to comment on this ticket if your use case is similar but slightly different. [1] https://github.com/apache/hop/issues/3287 Regards, Bart On Wed, Nov 8, 2023 at 1:04 PM <[email protected]> wrote: > 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 >
