Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append records #20

Open
zotona opened this issue Nov 3, 2015 · 1 comment
Open

Append records #20

zotona opened this issue Nov 3, 2015 · 1 comment

Comments

@zotona
Copy link

zotona commented Nov 3, 2015

Is it possible to append records to existing dbf?
What is best way, if we want to write 200k rows?

@iryndin
Copy link
Owner

iryndin commented Nov 3, 2015

Currently there is only one way to write records: DbfWriter.java. The only way it accepts records is Map<String, Object>, where keys are field names, values are field values. To write 200K recs - write it one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants