Hello, I’d like to write a datatable to a text file, and is using Output Data Table.
But I need to output it without the table header.
Is there any way to do it, or to go around it?
(I want to avoid using loop if possible, as the data now is very big).
The normal Output DataTable:
“ColumnName1
www,google.com
www.yahoo.com
Expected result:
www,google.com
www.yahoo.com
Thank you in advance.