Daniel Stieglitz created NIFI-14511:
---------------------------------------
Summary: Document large numbers in Excel when converted to type
String will be represented in scientific notation
Key: NIFI-14511
URL: https://issues.apache.org/jira/browse/NIFI-14511
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
Excel stores all numbers as a double. This can be an issue for large numbers
read by the ExcelReader when converted to type string as the toString method is
called on a Java Double resulting in a string representation of the double in
scientific notation. This may not be the desired format by all users. This
ticket addresses the need to update the additionalDetails documentation of
ExcelReader highlighting this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)