Append Line. How to write data

Hello guys! Who knows how I can write data in csv.file?

You need to place the data table there as the input, if you have text, then try to form it as a string with some delimiter, then use generate datatable activity to form the string as a data table, Then use it to write in the csv .

Hope I’m clear @Olek1

Please tell how I have to write my variables to get their values in csv file?

Form a string with all the variables you have using assign activity and then pass that string to the generate data table activity @Olek1

Hi @Olek1,

I recommend using ‘Build Data Table’ because you’re able to visualize better what you’re building.
image
Then just add a row using “Add Row”
image
image
using an array like this {variable1, variable2}
depending on the number of rows you have of course.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.