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

Fails when exporting linked databases #6

Open
Froglich opened this issue Feb 1, 2016 · 0 comments
Open

Fails when exporting linked databases #6

Froglich opened this issue Feb 1, 2016 · 0 comments

Comments

@Froglich
Copy link

Froglich commented Feb 1, 2016

When running access2csv on databases with linked tables, it fails with a NullPointerException. All links are correct and the database is fully functional in Access.

Exporting 'Abs: HP8524A' to C:\Users\Kim\Documents/Abs HP8524A.csv
Exception in thread "main" java.lang.NullPointerException
at java.io.File.(Unknown Source)
at com.healthmarketscience.jackcess.util.LinkResolver$1.resolveLinkedDatabase(LinkResolver.java:45)
at com.healthmarketscience.jackcess.impl.DatabaseImpl.getTable(DatabaseImpl.java:895)
at com.healthmarketscience.jackcess.impl.DatabaseImpl.getTable(DatabaseImpl.java:839)
at com.healthmarketscience.jackcess.impl.DatabaseImpl.getTable(DatabaseImpl.java:87)
at access2csv.Driver.export(Driver.java:19)
at access2csv.Driver.exportAll(Driver.java:83)
at access2csv.Driver.main(Driver.java:127)

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

1 participant