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
Processing the reference input files under src/main/resources/metadataExample/{multiple,testFiles,single}/ with the DCAT processor gives mixed results - 4/9 fails.
Steps To Reproduce
Build the jar file, then run (I use bash as shell here):
$ for F in $(find src/main/resources/metadataExample/{multiple,testFiles,single} -type f | grep -v catalog.json ); do
> echo -ne "### $F:\t"
> java -jar target/dcat-ap-processor-0.0.2-SNAPSHOT.jar -f $F | grep -q "Kunde inte generera en dcat fil" && echo "FAIL" || echo "PASS"
> done
What did you expect?
I expect to be able to process all 9 reference input files succesfully.
Contact Details
No response
What happened?
Processing the reference input files under
src/main/resources/metadataExample/{multiple,testFiles,single}/
with the DCAT processor gives mixed results - 4/9 fails.Steps To Reproduce
Build the jar file, then run (I use bash as shell here):
What did you expect?
I expect to be able to process all 9 reference input files succesfully.
Version
Branch: 18-förvaltning-av-gamla-beroenden-1
Commit: f9ca2de
(main HEAD does not currently build, so I run this branch)
Optional Screenshots
No response
Relevant log output
The text was updated successfully, but these errors were encountered: