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.
What i want to do is this : i have a site where i need data in a structured data table. but i cant use data scraping due to the web page issues. So what i did is use get text to get the data in a notepad and convert into a format where i can do csv parsing to get it into a data table…
eg: get text gives me data with tabs and space etc.
reshma
25
Thomas
21
and i convert it into :
reshma|25
thomas|21
During get text i cant get the column headers. thats the issue.
just tried to understand that column thing, you can define the number of columns for your datatable to generate, it can only be entered in numerical number like 1, 2, 3, 4 however, these numbers determines the number of characters that should be present in each column. it is fixed and should not be used.