When using data loader, We can set the delimiters using data loader settings as below
But if you are running CLI, Make this change in process-conf.xml file.
Add this option if your CSV file uses commas to delimit records.
<entry key="loader.csvComma" value="true"/>
Add this option if your CSV file uses tab to delimit records.
<entry key="loader.csvTab" value="true"/>
Add this option if your CSV file uses any other symbols to delimit records.
<entry key="loader.csvOther" value="true"/>
<entry key="loader.csvOtherValue" value="+"/>
Comments
Post a Comment