Skip to content

Add DDL to simplify database imports

Compare
Choose a tag to compare
@ibmmqmet ibmmqmet released this 22 Jun 13:25
· 66 commits to master since this release

The new -s (for SQL) option causes the formatter to emit simple DDL that can be used to create db tables instead of relying on implicit formats from the CSV, which not all databases support anyway.

Also made all the column headers more readable.