[doc] update convert processor example format

This commit is contained in:
Tal Levy 2016-01-05 09:54:13 -08:00
parent d1356b0a6f
commit 15ecf76d54

View File

@ -97,7 +97,8 @@ false if its string value is equal to `false` (ignore case) and it will throw ex
--------------------------------------------------
{
"convert": {
"foo": "integer"
"field" : "foo"
"type": "integer"
}
}
--------------------------------------------------