Write value from Datatable to text

Hello All,

I have excel which has 5000+ rows and i need to write into text file.

If use below approach, taking more time to process. How can i achieve this with less time?

Hi @NaveenKNave

Use “Read Range” to load the Excel data into a DataTable, then convert it to a string using “Output Data Table”, and finally, write it to a text file using “Write Text File” for faster execution.

If you found helpful mark as a solution. Thanks

3 Likes

Hie Simply Use Read range->output data table → write text .
with using 3 activities you can achieve this.

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.