-
Edit the file
<ONEPART_INSTALLDIR>\datadir\config\CustomConfigs.xml
-
Edit the separator used by OnePart default set to ',' in
separatorChar
:
-
<bee:KeyValue key="separatorChar"
value=";"></bee:KeyValue>
-
Manually apply the product configuration.
<CustomConfig name="CSVUploadConfiguration" xmlns="exa:com.exalead.mercury.mami.master.v10" xmlns:bee="exa:exa.bee">
<!-- A sample default configuration for the CSV upload feature -->
<bee:KeyValue key="separatorChar" value=","></bee:KeyValue>
<bee:KeyValue key="quoteChar" value="""></bee:KeyValue>
<bee:KeyValue key="escapeChar" value="\"></bee:KeyValue>
<bee:KeyValue key="maxCols" value="5"></bee:KeyValue>
<bee:KeyValue key="maxLines" value="1000"></bee:KeyValue>
</CustomConfig>