mirror of https://github.com/apache/nifi.git
minor typo in expression-language-guide.doc
delimiter in example was asciidoc syntax This closes #1098. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
17a36c6fd5
commit
4dbdfea5dc
|
@ -741,7 +741,7 @@ then the following Expressions will result in the following values:
|
|||
| `${line:getDelimitedField(2):trim()}` | 32
|
||||
| `${line:getDelimitedField(1)}` | "Jacobson, John"
|
||||
| `${line:getDelimitedField(1, ',', '"', '\\', true)}` | Jacobson, John
|
||||
| `${altLine:getDelimitedField(1, '|')} | Jacobson, John
|
||||
| `${altLine:getDelimitedField(1, '\|')}` | Jacobson, John
|
||||
|======================================================================
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue