[DOCS] Remove unneeded comma from CSV processor example (#51859)

This commit is contained in:
Florian Kelbert 2020-02-04 15:23:43 +01:00 committed by James Rodewig
parent 28643f8df1
commit 43a7aadd46
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ include::common-options.asciidoc[]
{
"csv": {
"field": "my_field",
"target_fields": ["field1, field2"],
"target_fields": ["field1, field2"]
}
}
--------------------------------------------------