Skip to content

0.20.2

Compare
Choose a tag to compare
@eatonphil eatonphil released this 23 Jun 13:36
· 17 commits to main since this release
8b1221e
  • Properly quote fields when using new CSV writer (see #74 )
  • Handle --convert-numbers flag in new SQLiteWriter by using NUMERIC field type, no conversions in Go
  • Properly handle no query case by disabling SQLiteWriter in this case so intermediate JSON file does get written