asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

leading zeros for string field #213

Open david-hsn opened 6 years ago

david-hsn commented 6 years ago

Hi

I can't figure out how to export a "string" field like "account number": "00000001" into the csv without losing the leading zeros.

Can anyone light a shed on this issue please ? Thanks