[
https://issues.apache.org/jira/browse/NIFI-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192591#comment-16192591
]
ASF GitHub Bot commented on NIFI-4465:
--------------------------------------
Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2194#discussion_r142872545
--- Diff:
nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/test/resources/alternatedelimiters.csv
---
@@ -0,0 +1,9 @@
+NumbersTimestampsMoney
+1234.4561/1/17$ 123.45
+1234.4612:00:00 PM£ 123.45
+1234.5Sunday, January 01, 2017¥ 123.45
+1,234.461/1/17 12:00$ 1,023.45
+1,234.456012:00 PM£ 1,023.45
+9.88E+082017/01/01/ 12:00¥ 1,023.45
+9.877E+08
+9.8765E+08
--- End diff --
Without style, the original value is '987654321'. I imagine there might be
use-cases in which user would like to get the original value representation.
Providing one more processor property to toggle whether apply style table might
be more user friendly. How do you think?
> ConvertExcelToCSV Data Formatting and Delimiters
> ------------------------------------------------
>
> Key: NIFI-4465
> URL: https://issues.apache.org/jira/browse/NIFI-4465
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Peter Wicks
> Assignee: Peter Wicks
> Priority: Minor
> Fix For: 1.5.0
>
>
> The ConvertExcelToCSV Processor does not output cell values using the
> formatting set in Excel.
> There are also no delimiter options available for column/record delimiting.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)