Skip to content

0.4 - Support CSV files

Compare
Choose a tag to compare
@bxparks bxparks released this 06 Mar 19:01
· 118 commits to master since this release
8d66a14
  • 0.4 (2019-03-06)
    • Support CSV input files using --input_format flag. Preserve
      the ordering of fields in the schema file for CSV.
    • Implement --infer_mode flag for CSV files so that fields that are
      present in all input records are marked as REQUIRED in the schema
      (Thanks korotkevics@, see #28).