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

SIARDDK - include illlegal datatypes #290

Open
PhillipTommerholt opened this issue Dec 22, 2016 · 1 comment
Open

SIARDDK - include illlegal datatypes #290

PhillipTommerholt opened this issue Dec 22, 2016 · 1 comment
Labels
bug Issue type siard-dk Specific module
Milestone

Comments

@PhillipTommerholt
Copy link

PhillipTommerholt commented Dec 22, 2016

During the pilot we experienced several times that a certain datatype made a SIARDDK export fatally crash.
This is because SIARDDK only allows for a small variety of datatypes, whereas SIARD2.0 is more open with even user defined datatypes.

According to SIARDDK all non-allowed datatypes should be forced into the nearest fitting (allowed) datatype.

However, I would like to know if it is possible to change the behaviour so everytime in an export when DPBTK meets an illegal datatype this datatype is kept as is and a warning appears after succesful export. The warning will let the user know that there are illegal datatypes in tableIndex.xml

@PhillipTommerholt
Copy link
Author

PhillipTommerholt commented Jan 5, 2017

Please note:
I am not suggesting that datatypes that are already transformed into "SIARDDK allowed datatypes" should be rolled back. I am only interested if it is possible that the tool will give a warning and export nonetheless if it meets new unknown and illegal datatypes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue type siard-dk Specific module
Projects
None yet
Development

No branches or pull requests

3 participants