I wanted to generate datatable from below string I tried using generate Datatable but not able to acheive. CAn someone please help me to resolve this issue.
Exch Node Trans Fl Ste Rck Sub Slt FP Tie Cable/System Id
Could you also provide us with the Expected Output for this text data in the form of Excel ?
We would like to know if we can suggest you an alternate approach to get the required output. (Regex/String Manipulation)
Additionally, if you could also tell us what is the source of this data (Table in website, PDF, SAP, Screen Scrapping), maybe we can fix the extraction from the source.
It uses Regex to grab the data as required. Here, I have assumed that the data follows a certain pattern in which there is only a single word in each column except for the last column data.
If it doesn’t work for all the samples of data that you are trying to process, then another alternate would be to use Data Scrapping and extract the data as a datatable since the data is in a web application.