Hello , i would like to create an object for individual array as shown below.
Original data
Transformed data
may i know which node do i use to convert the json array.
Item Lists node in split mode ![]()
actually it is not splitting the array. It is adding individual array to a new array with “fields”
Hi @Benjamin123, looks like you can use the Set node here. Simply add a new field with a name of fields, as a value you can use an expression of {{ $json }}.
Hello @MutedJam , i get the result as below .