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
@@ -37,6 +38,10 @@ The `csv` directory contains a CSV file representing a relational table. A new
37
38
38
39
The XLSX output can be found in the output.xlsx file. It contains the same data as the CSV files with a sheet per table. Sheet names are truncated to not go over the allowed limit.
39
40
41
+
## ODS
42
+
43
+
The ODS output can be found in the output.ods file. File is loaded into memory, this could cause issues for large files. Sheet names are truncated to not go over the allowed limit.
44
+
40
45
## SQLITE
41
46
42
47
A `sqlite.db` is created in the output directory where each csv file is put in its own table.
0 commit comments