Search code examples
node.jsmongodbmongoosemeanjs

How to convert DBF file to JSON and vise versa?


I want to convert DBF File to JSON and store it in my MongoDB Database, Want my JSON Object to be converted as DBF File. I tried using Node-DBF.

Is there any other NPM that i could use to parse DBF and convert into JSON in Node.js.


Solution

  • Try using dbf-parser for reading dbf files, dbf for generating dbf from JSON.