Hi All,
While I am saving the CSV format I am missing all the leading zeros added to the Data attributes, Since the data is huge I am using CSV format,
Kindly help as I tried to convert V_String to String using Formulae tool its not helping out to save the data with leading zeros
For Ex Input file has field records like
00000000012
00000001111
00000000001
While saving in CSV output file I am getting like
12
1111
1
Kindly help for CSV format.