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
As the title says: Currently datarest init datafile implicitly writes the SQLite DB + table. To allow for e.g. customization of the detected tableschema data types (like enforcing a string type for a CSV field that only contains numbers in the (current) input file), separate the DB-writing step.
Maybe
datarest init datafile
datarest write-db
datarest run
?
The text was updated successfully, but these errors were encountered:
As the title says: Currently
datarest init datafile
implicitly writes the SQLite DB + table. To allow for e.g. customization of the detected tableschema data types (like enforcing a string type for a CSV field that only contains numbers in the (current) input file), separate the DB-writing step.Maybe
?
The text was updated successfully, but these errors were encountered: