Skip to content

Commit

Permalink
Document data types should be specified in column order (influxdata#6526
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pierwill authored and Mathieu Lecarme committed Apr 17, 2020
1 parent 491c93d commit f69a074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/parsers/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ values.

## For assigning explicit data types to columns.
## Supported types: "int", "float", "bool", "string".
## Specify types in order by column (e.g. `["string", "int", "float"]`)
## If this is not specified, type conversion will be done on the types above.
csv_column_types = []

Expand Down

0 comments on commit f69a074

Please sign in to comment.