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 . 回答1: Try using dbf-parser for reading dbf files, dbf for generating dbf from JSON. 来源: https://stackoverflow.com/questions/30323393/how-to-convert-dbf-file-to-json-and-vise-versa