Hi team, Trying to push a string value which has preceding zeroes (eg: x= "000015373") into a csv file. And the preceding zeroes were discarded, Hence enclosed the string with quotations ("\""+x+"\"").
This resulted in pushing correct value into the csv. But when the file is viewed in notepad, it appears as """000015373""".
Any ideas of what is the issue and how to rectify it ?