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
Currently the delimiter must be a single character.
Maybe the escaping of characters should be allowed to have quotes as separator. @export Test :- dsv{delimiter="\""}.
This would also allow an alternative formulation for tsv files with @export Test :- dsv{delimiter="\t"}. , that can be beneficial when translating Souffle into Nemo, and vice versa.
The text was updated successfully, but these errors were encountered:
Currently the delimiter must be a single character.
Maybe the escaping of characters should be allowed to have quotes as separator.
@export Test :- dsv{delimiter="\""}.
This would also allow an alternative formulation for tsv files with
@export Test :- dsv{delimiter="\t"}.
, that can be beneficial when translating Souffle into Nemo, and vice versa.The text was updated successfully, but these errors were encountered: