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
Purpose: Tests if a column name that is written within quotes can be referenced. Which would be the intended behaviour? Should we include quotes in RML or not?
Example table: “Name”,“Sport” Venus,Tennis
The text was updated successfully, but these errors were encountered:
CSVW handles this normally. CSV allows to specify which quoting characters are used. This happens also when there are like commas in the naming of column. Adding a test would be good.
Purpose: Tests if a column name that is written within quotes can be referenced. Which would be the intended behaviour? Should we include quotes in RML or not?
Example table:
“Name”,“Sport”
Venus,Tennis
The text was updated successfully, but these errors were encountered: