Hi all
I need to get a lot of data from a server. I managed to get the data in packages of 1000 lines which i repeat several times to get all of the information i need.
I want to write all of the data into one .csv and upload it to a FTP Server.
Is there a way to build a “wall” were all output bundles of the GET Data module or the Parse JSON module are kept until the Repeater is done, and then continue working with all the aggregated Data in one Bundle /Operation?
Basicly, i keep getting two or more .csv but i only want one.