Changing the column names of DT created by Generate Datatable

Hi,

I have a text which i converted to a format where i can use csv parsing in generate data table so i can get the text as DT. There’s a way to change column name for each column in a DT using code but i want to know whether its possible in any other way.

What i did is in the following xaml. Please refer and help!!

Also if anyone could provide a briefing about “Predefined columns” under “Fixed Format options” in generate datatable, it would be a huge help.

Sequence3.xaml (6.4 KB)

[[[NB:
1.txt has the text :
Reshma,25
Thomas,21]]]

Thank you.

Use build datatable if you know the columns you will need, the generate datatable is something that is used to create datatables for unstructured data, you will want to use or one or the other not both…

1 Like