-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multiple values in single CSV column #329
Comments
This seems to work:
Curious, it may be possible that the |
It is possible as the SERVICE clause is supposed to be executed by another endpoint which couldn't implement the the |
Hi @enridaga , thanks for the quick reply, that works indeed! I'm closing the issue. |
Hi
I'm trying to convert a CSV in which a single column/cell can contain multiple values separated by a dedicated delimiter (in this case a semicolon). Instead of resulting in a single property with the complete column's content as the value, I want two properties with two separate values.
I'm currently using Apache Jena's strsplit function, as has previously been discussed in the issues, cf. #197 . However, this results in no output. When I take the facade-x output and then try to transform that using regular SPARQL via Jena, everything works as expected.
Any pointers as to what is going on?
Sample CSV
SPARQL Anything query
With the file being given as input via command:
java -jar ../../sparql_anything/sparql-anything-0.8.1.jar -q ./test_strsplit2.rq -v file=./test_strsplit.csv
Expected output
Current output
The text was updated successfully, but these errors were encountered: