[ 
https://issues.apache.org/jira/browse/NIFI-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949545#comment-17949545
 ] 

ASF subversion and git services commented on NIFI-14511:
--------------------------------------------------------

Commit 7914ec4ef26018ceee33e79a8bc79c9e4a532b39 in nifi's branch 
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7914ec4ef2 ]

NIFI-14511 Added documentation to ExcelReader describing number to string 
coercion behavior (#9915)

Signed-off-by: David Handermann <[email protected]>

> 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
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to