mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
[DOS] Fix typo in CSV processor docs (#52649)
Corrects an example array in a snippet of the CSV processor docs.
This commit is contained in:
parent
49f37989c4
commit
6c6ab8fa47
@ -23,7 +23,7 @@ include::common-options.asciidoc[]
|
||||
{
|
||||
"csv": {
|
||||
"field": "my_field",
|
||||
"target_fields": ["field1, field2"]
|
||||
"target_fields": ["field1", "field2"]
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user