juanjoDiaz / json2csv

Flexible conversion between JSON and CSV
https://juanjodiaz.github.io/json2csv/
MIT License
308 stars 32 forks source link

Error: Function not implemented. #15

Closed CropWatchDevelopment closed 1 year ago

CropWatchDevelopment commented 1 year ago

"@json2csv/plainjs": "^6.1.2"

installed with: npm install --save @json2csv/plainjs

Tested with: import { Parser } from '@json2csv/plainjs'; try { const parser = new Parser(); const csv = parser.parse(myData); console.log(csv); } catch (err) { console.error(err); }

Got: Error: Function not implemented. This seems like a really cool project, I am not sure why I am getting this error though! If it can be fixed I would love to come back and use it!

CropWatchDevelopment commented 1 year ago

Saw the existing issue, sorry

juanjoDiaz commented 1 year ago

Hi @CropWatchDevelopment ,

Is this related to the typescript typings?

juanjoDiaz commented 1 year ago

Closing since there is no response