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