Hi,
I have this data and I need to paste that data in Excel file. But I need that every piece of information is in its cell.
Can someone help me?
I’ve tried multiple ways but nothing seems to work.
file.txt (522 Bytes)
Hi,
I have this data and I need to paste that data in Excel file. But I need that every piece of information is in its cell.
Can someone help me?
I’ve tried multiple ways but nothing seems to work.
file.txt (522 Bytes)
well you can split first into new line
then you can split based on spaces! and add it to collection after that you can loop through the collections and add it to the excel
cheers
@JOHOHO
Hi @JOHOHO,
Looks like the data you have in text file is delimited with tab. Follow the steps to convert this raw data to excel.
Hi @JOHOHO
1.First use Read Text File Activity pass the path of text file create output variable.
2.Next Use Generate Data Table Activity in properties input you can pass output variable and then create Output Data Table variable.
3.And then use Write Range Activity pass Data Table Variable.
Regards,
Kommi jeevan.
Hi ,
This is one of the solution.
Can you please give me an example?
@JOHOHO You can have a look in the below screen shot its working for me
Note : In the write csv uncheck AddHeaders properties
For me isn’t working it,s all in some column, I want each data in a separate column.
@JOHOHO Is it possible to share your workflow.
Ty, I succeeded but with a different solution.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.