Read CSV line by line and assemble a template with specific data from the csv file.
Summary
Read CSV line by line and assemble a template with specific data from the csv file.Read CSV line by line and assemble a template with specific data from the csv file.Content
Hi, I'm all working on an integration that reads a .csv file and from each recovered line I want to take only certain fields and create a template to load it into a lookup
I tried to create the template within the for-each that retrieves line by line but it generates a file for each line and that's not my focus, on the contrary I want all the lines in a single file.
0