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
The problem is that the same delimiter is used for multi values as columns.
To avoid confusing, the values are quoted. However, the OpenCSV library in the RMLMapper does not pick this up it seems.
The problem is that the same delimiter is used for multi values as columns. To avoid confusing, the values are quoted. However, the OpenCSV library in the RMLMapper does not pick this up it seems.
Yes, this is how I understood this works in CSV. The quoting ist like escaping characters that have a special meaning (meta chars). Maybe we could look at the library you mentioned or create an issue in their repo. Let my know if I can be of any assistance.
Hi there
I am trying to create linking property values from a string with concatenated foreign keys in a CSV.
CSV data source: https://data.snf.ch/Exportcsv/Person.csv
mapping:
result:
expected result:
For more details, see kg-construct/rml-questions#15 (reply in thread)
The text was updated successfully, but these errors were encountered: