hello Guys,
I have one statement which come in .txt format i want to get whole data in .xlsx(excel) file here send you screenshot of my .txt file pls help me to get data in excel.
Hi @sayli,
Can you please your sample text file.
Thanks,
The action plan that I see for you is:
- Build a datatable variable that has the same column names that you need;
- Read the text file line by line;
- For each line use string operations (Substring,Split etc) and assign a variable for each relevant data;
- Append to the datatable for each column the right variable;
- Write the datatable to an Excel file using the Excel activities.
Let us know where you get stuck!
i attach screenshot above.i want it in Excel with proper column
ya i tried that but facing issues.do u have any workflow
hey do u gt output