asafdav/ng-csv

leading zeros for string field

Opened this issue · 0 comments

Hi

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

  • if I deliberately add the quotes before the export, they get "escaped" and therefore ends up like ""00000001"".
  • I have also tried adding escape-quotes="false" but this doesn't work.

Can anyone light a shed on this issue please ? Thanks