Skip to content

Commit a68e83a

Browse files
committed
Fix ignore_missing docs for a couple of Ingest processors (#95244)
1 parent 3588521 commit a68e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/csv.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Extracts fields from CSV line out of a single text field within a document. Any
1515
| `target_fields` | yes | - | The array of fields to assign extracted values to
1616
| `separator` | no | , | Separator used in CSV, has to be single character string
1717
| `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
1919
| `trim` | no | `false` | Trim whitespaces in unquoted fields
2020
| `empty_value` | no | - | Value used to fill empty fields, empty fields will be skipped if this is not provided.
2121
Empty field is one with no value (2 consecutive separators) or empty quotes (`""`)

0 commit comments

Comments
 (0)