Loads DBF database and converts to Excel file with table
Find a file
Filip Kin e1dd2e84f1 upload
2020-05-04 11:16:38 -04:00
csvtoxlsx upload 2020-05-04 11:16:38 -04:00
.gitignore upload 2020-05-04 11:16:38 -04:00
config.js upload 2020-05-04 11:16:38 -04:00
index.js upload 2020-05-04 11:16:38 -04:00
package.json upload 2020-05-04 11:16:38 -04:00
README.md upload 2020-05-04 11:16:38 -04:00

DBF to XLSX Table

index.js loads the DBF files and converts them into CSV storing them in temp Then it spawns a child process java -jar csvtoxlsx-jar-with-dependencies.jar temp/<filename>.csv <output>/<filename>.xlsx Then it loops through all the files one by one doing that, can't do multiple at a time because there are some really large files that overload the memory

Building the Java portion

npm run buildJar