dbf
dbf copied to clipboard
dbf writer
Date support
Would it be possible to have javascript `date` support? From the source of `structure.js` it looks like it is at least partially supported, but is there anything blocking having the...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hi I am having issues with the DBF file created using this code. It is read perfectly by https://www.dbfopener.com/ but when I check in QGIS only 1 row shows. Importing...
good evening Your code was of great help to me and I would like to contribute these improvements Thank you!!
when i use this lib to save data which contains chinese character, it works. But when i open the dbf file, the character is mess. How can i solve this...
By default 3
Added support for automatic detection of Date objects. i.e. Date objects will result in a field type of 'D'. Thanks to @bakednevada for posting this solution here: https://github.com/mapbox/dbf/issues/19. @danswick
Although dbf does not officially support UTF-8, it is supported by Shapefile. Right now non-ASCII characters end up getting written to the dbf as garbage values. So instead we just...
Added support for automatic detection of Date objects. Date objects will result in a field type of 'D'. Original code from @jeff-tenhave but json2dbf is updated to work with newer...