I wish to write to a CSV file some data. One of the column that I input the information is in the form of an integer with leading zeros, example: 0000000013.
For so
Append tab to the number
ex: "\t"+"01234"