molgenis / molgenis-tools-emx-downloader

Stand alone tool to download data in EMX format from molgenis servers
GNU Lesser General Public License v3.0
2 stars 8 forks source link

Cannot download tables with idAttribute in compound #71

Open marikaris opened 5 years ago

marikaris commented 5 years ago

Go to molgenis Upload: test.xlsx Use downloader using this params: -f test.xlsx -u http://localhost:8080/ -a account -p password -o test_test

Expected: It succeeds

Observed:

[ERROR] - An error occurred:
java.lang.NullPointerException: null
    at org.molgenis.downloader.client.MolgenisRestApiClient.streamEntityData(MolgenisRestApiClient.java:139)

Because my idAttribute is in a compound. When I remove the idAttribute from the compound, it works