zheeeng/export-from-json

Undefined delimiter on csv export

Edfrost321 opened this issue · 2 comments

I am finding that even simple examples can no longer export as csv.

I am using MS Edge Version 110.0.1587.41 (Official build) (64-bit)

To save any complications I tried using the demo from your Github examples. The column headers work but the data is no longer separated by commas and instead shows 'undefined' between the values.

Please see code example here:
https://jsfiddle.net/u9Lkp357/

I have also tried this in chrome, with the same result.

Please advise.
image

image

Kind regards

Ed

Sorry for missing the overall testing for the new option delimiter . Try 1.7.2 fixed this bug.

Sorted, thank you.

And thank you for such a useful tool, it has been integral to my business' software :)

Ed