You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to append records to existing dbf?
What is best way, if we want to write 200k rows?
The text was updated successfully, but these errors were encountered: