Skip to content

Commit

Permalink
update settings for decode_csv_fields (#15249)
Browse files Browse the repository at this point in the history
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
sophiaxu8 and dedemorton committed Jan 14, 2020
1 parent b4c45a9 commit 4c781b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ processors:
- decode_csv_fields:
fields:
message: decoded.csv
separator: ,
separator: ","
ignore_missing: false
overwrite_keys: true
trim_leading_whitespace: false
trim_leading_space: false
fail_on_error: true
-----------------------------------------------------

Expand Down

0 comments on commit 4c781b0

Please sign in to comment.