[
https://issues.apache.org/jira/browse/NIFI-5578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16622150#comment-16622150
]
ASF GitHub Bot commented on NIFI-5578:
--------------------------------------
GitHub user andrewmlim opened a pull request:
https://github.com/apache/nifi/pull/3017
NIFI-5578 Correct errors in EL Guide including Date Manipulation and …
…Escaping EL examples
Also fixed some formatting typos
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewmlim/nifi NIFI-5578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/3017.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3017
----
commit efe3d1928c0b3c25754789dc6683606051e5aa2e
Author: Andrew Lim <andrewlim.apache@...>
Date: 2018-09-20T14:40:49Z
NIFI-5578 Correct errors in EL Guide including Date Manipulation and
Escaping EL examples
----
> Expression Language Documentation typo in Date Manipulation examples
> --------------------------------------------------------------------
>
> Key: NIFI-5578
> URL: https://issues.apache.org/jira/browse/NIFI-5578
> Project: Apache NiFi
> Issue Type: Bug
> Components: Documentation & Website
> Affects Versions: 1.7.0, 1.7.1
> Environment: Chrome browser
> Reporter: William Brooks
> Assignee: Andrew Lim
> Priority: Major
>
> Documentation for NiFi expression language contains several examples with
> erroneous backticks instead of single quotes.
> [https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#dates]
> Section: Date Manipulation
> Table 18. format Examples
> Example:
> ${time:format("yyyy/MM/dd HH:mm:ss.SSS’Z'", "GMT")}
> (backtick is between SSSS and Z)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)