I have thousands of data, and each datapoint has six attributes, which I want to store in one list per data point. Which transformer could be used for this?
Page 1 / 1
Have a look at the ListBuilder. You can select which attributes you want to use to build the list
@John Smith or try the Aggregator if ListBuilder does quite meet your needs