Hello Everyone,
Is it possible to create a datatable from a file which is separated by space as shown below
Please note there are 3 rows but all data is put into one column. Instead I want to have 3 rows and 11 columns in a datatable separated by Space delimiter
I can do this using “Text import wizard” in excel but how do I do it using Uipath? Should I still automate the excel steps (text import wizard steps) to convert it into this format?
I want to have a datatable out of this space separated data. Is it possible to generate datatable based on a delimiter?
Thanks
Selva