How to use array for store and retrieve data?

Hi ,
I have PDF file and i get two values from that PDF file.Now i want to add that two data’s in csv file in row wise.But it store the value one by one in same column.So for that i have to use array format and fetch data’s using index value of that array.I dint have any idea to use array in uipath.
textfile.xaml (14.0 KB)

Anyone help me to do that.

I want the format like this

You can create Data Table by using “Build Data Table” and write the same into CSV file.:slightly_smiling_face:
you can specify the key(space or tab or new line) which will be used as a separator for column values. then you can write the data table into CSV file…