Import CSV file using specify text delimiter
--------------------------------------------
Key: OFBIZ-2031
URL: https://issues.apache.org/jira/browse/OFBIZ-2031
Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: SVN trunk
Environment: N/A
Reporter: Ray Barlow
Priority: Minor
Fix For: SVN trunk
Given a CSV like below:
"123456", "1273681xa", 33
"234567", "12dsq81xa", 21
and using text-delimiter i.e.
<data-file name="MyRecord" separator-style="delimited" type-code="text"
delimiter="," text-delimiter='"'>
it will now handle removing the quots (or any specified character) from around
the data if they exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.