Fixed SQLite names conversion by enclosing all names (tables/fields) using the grave accent character "`"
Fixed when an INSERT error would break the entire transaction. Now each row is inserted individually
Added progress status when using the flag parameter "-show-progress"