Writing the whole content of a data table column into a text file

Hi all,

I have a datatable with about 200 rows and 60 columns. I’m iterating each one of the columns and looking for a value in all of its rows.

To be sure I’m looking to the right place, I wanted to write the whole column that I’m analyzing into a text file, or even to output, so it will help me debug it.

Do any of you know how to write the whole column content to a text file or the output?

Thanks in advance.

1 Like

hello @Marcos_Moura

i have a sample workflow which will help to write a column to text file.
have a look dataTableCoulmntoTextfile.zip (14.1 KB)

basic idea is to append all the data from a column into a string variable and then write that string variable into text file.

Regards
ajay

1 Like

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