Michael created NIFI-8306:
-----------------------------
Summary: RecordPath to support toLong type conversion function
Key: NIFI-8306
URL: https://issues.apache.org/jira/browse/NIFI-8306
Project: Apache NiFi
Issue Type: New Feature
Components: Core Framework, Documentation & Website
Affects Versions: 1.13.0
Reporter: Michael
RecordPath is lacking mathematical functions and conversion functions back to
numeric formats.
Using PartitionRecord to partition by a timestamp field, the timestamp is in
seconds as a numeric field, the format function is expecting timestamp in
miliseconds as a numeric field or a date, no multiply function, so using concat
to add trailing zeros getting a string, cant convert it back to numeric to use
in format function
--
This message was sent by Atlassian Jira
(v8.3.4#803005)