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.
Try using dbf-parser for reading dbf files, dbf for generating dbf from JSON.