Forum Discussion

dwhansen-cbg's avatar
dwhansen-cbg
Contributor
6 years ago
Solved

Add Leading Zeros

I have strings that are storing a two digit number (i.e. 00, 01, 02, etc) but I need to add another leading zero (i.e. 000, 001, 002). I don’t want to simply concatenate a 0 on the front in case I ha...
  • koryknick's avatar
    3 years ago

    If you are referring to a tab-delimited file, simply replace the field delimiter from a comma to “\t”