[
https://issues.apache.org/jira/browse/NIFI-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198250#comment-16198250
]
ASF GitHub Bot commented on NIFI-4465:
--------------------------------------
Github user patricker commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2194#discussion_r143640150
--- 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 --
I looked around online, but the only method I could find to do this would
be to create a custom copy of `XSSFSheetXMLHandler` and add in this
functionality.
> 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)