mbox-to-sqlite icon indicating copy to clipboard operation
mbox-to-sqlite copied to clipboard

Added options for SQLite tracer and to lowercase the column names.

Open pkropf opened this issue 2 years ago • 1 comments

The --tracer option will now print out the SQL commands that the SQLite engine executes. This is helpful in trying to determine why some .mbox file cannot be loaded. For example, Google's Takeout produces .mbox files with email message header fields of mixed cases.

The --lowercol option will force the table column names to be lowercase.

pkropf avatar Oct 23 '23 23:10 pkropf

I missed an erroneous print statement and added the --lowercol option to the readme.

pkropf avatar Oct 24 '23 00:10 pkropf