[
https://issues.apache.org/jira/browse/NIFI-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033739#comment-17033739
]
Joe Witt commented on NIFI-7013:
--------------------------------
Lets maybe soften the interaction here and ensure we have understanding.
Adam: If you consider Karthik's response do you feel your concerns are covered?
> Recordpath handles timestamp microseconds unexpectedly
> ------------------------------------------------------
>
> Key: NIFI-7013
> URL: https://issues.apache.org/jira/browse/NIFI-7013
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.10.0, 1.9.2
> Reporter: Adam Trump
> Priority: Major
>
> if updateRecord gets a record with a field containing a timestamp-formatted
> string containing more than 3 decimal places, the leftmost digits are added
> to the other fields.
> in a test, updateRecord configured with the property "/timestamp" containing
> {{format(toDate(/timestamp, "yyyy-MM-dd HH:mm:ss.SSSSSS"), "yy-MMM-dd
> HH:mm:ss.SSSSSS")}}
> recieved the record
> id,timestamp
> 1,2019-12-31 13:23:45.123456
> and updated it to
> id,timestamp
> 1,19-Dec-31 13:25:48.000456
--
This message was sent by Atlassian Jira
(v8.3.4#803005)