mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Remove unneeded comma from CSV processor example (#51859)
This commit is contained in:
parent
28643f8df1
commit
43a7aadd46
@ -21,7 +21,7 @@ include::common-options.asciidoc[]
|
|||||||
{
|
{
|
||||||
"csv": {
|
"csv": {
|
||||||
"field": "my_field",
|
"field": "my_field",
|
||||||
"target_fields": ["field1, field2"],
|
"target_fields": ["field1, field2"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user