Convert exponential account number to text in csv

hi,

How we can convert exponential account number into text because when bot read that account number this will shown in exponential format in output.
please help in this, process is running in production itself.
Note: kindly provide solution without for each because data is huge approx 60k.

When you look in the excel or csv it’s in which format?

@Lakshya_Garg2

Can you please provide more details

like what is the input what is expected output

cheers

if I am directly open the file in CSV and excel the format will be exponential, but if I am open that file with notepad or other application then it would shows correct data

In that case you can use read text file activity after use generate datatable activity, that might help you to resolve your issue.