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.
---