File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/reference/ingest/processors Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Extracts fields from CSV line out of a single text field within a document. Any
15
15
| `target_fields` | yes | - | The array of fields to assign extracted values to
16
16
| `separator` | no | , | Separator used in CSV, has to be single character string
17
17
| `quote` | no | " | Quote used in CSV, has to be single character string
18
- | `ignore_missing` | no | `true` | If `true` and `field` does not exist, the processor quietly exits without modifying the document
18
+ | `ignore_missing` | no | `false` | If `true` and `field` does not exist, the processor quietly exits without modifying the document
19
19
| `trim` | no | `false` | Trim whitespaces in unquoted fields
20
20
| `empty_value` | no | - | Value used to fill empty fields, empty fields will be skipped if this is not provided.
21
21
Empty field is one with no value (2 consecutive separators) or empty quotes (`""`)
You can’t perform that action at this time.
0 commit comments