iryndin / jdbf

Java utility to read/write DBF files
108 stars 77 forks source link

Merge N3 Changes #32

Closed JonasProgrammer closed 7 years ago

JonasProgrammer commented 7 years ago

A few changes and adaptions we had to make to support all data types we needed for export. It might have broken existing behaviour in some places, so beware and test everything throughly before merging.

Also please note, that some data types might be written improperly according to the format. Especially the text double implementation and the julian date might need further research on how actual implementations treat them.

JonasProgrammer commented 7 years ago

Erm your Travis-CI task tries to rake this stuff, rather to mvn it. Are you sure you want to build this as a ruby gem? ^^

iryndin commented 7 years ago

@JonasProgrammer, thanks a lot!