I am trying to manipulate data in a CSV file but cannot find an activity that can help me do that. My goal is to change that data in the columns from being stored in scientific notation to normal decimal notation. For example the value 2.11E+11 would be changed to 2210850000109.
My point is when you open the csv file in the right editor it will always show the correct value…E+ is functionality of the excel cell …not the csv. So you don’t have change anything here…you can process the file as is …
@Sahil_J_Patel - Got it…Then you have to fix it by opening that in excel and change the field to text (per google ) and save as CSV and then use it for further processing…
if you do not want to do this manually, then you can do it with the help of vba code.
@prasath17
yes it has to be checked with a well known pair. this was the reason for line 3 and 4 where i used 2210850000109 and show cased the different resulting exponential result