Custom Module using json2csv

Hey all,

As I have a lack of JS experience, I’m hoping someone is willing to put together the json2csv module for me (paid of course).

I think this could well be useful for the forum, too - not only the export from JSON but the fact that json2csv module has a JSON flatten function.

I’d need to have the following options implemented:

  • sync and async methods.
  • Be able to stipulate which fields to output in the .csv file from both nested AND flattened json.
  • flatten and all 3 flatten types.

This is the NPM module and full instructions: https://www.npmjs.com/package/json2csv

Under a bit of time pressure, so I’ll continue to try to figure it out but very willing to hand over to someone.

I’ll need the hjson and .js module files and any instructions to get this up and running.

I have some basic json but also some very nested json to convert.