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
I use empty strings all over the place in my Souffle code. I recently switched from using CSVs to using SQLite and souffle doesn't preserve the content of tuples that had empty strings. Instead, after import, the empty strings are replaced with the string "n/a". I don't think this should be done; import should preserve what was exported.
Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
souffle/src/include/souffle/io/ReadStreamSQLite.h
Line 69 in 9aca161
I use empty strings all over the place in my Souffle code. I recently switched from using CSVs to using SQLite and souffle doesn't preserve the content of tuples that had empty strings. Instead, after import, the empty strings are replaced with the string "n/a". I don't think this should be done; import should preserve what was exported.
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: