cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What if the delimiter in impex file i.e.semicolon(;) is changed to something else. How can this be done?

Former Member

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos

These properties are defined in project.properties.

########### ImpEx SETTINGS

The following settings are for the use of CSVReader/CSVWriter, for example ImpEx #######################################################################

A default character for separating CSV-fields

sv.fieldseparator=;

A default character for enclosing a CSV-field

sv.quotecharacter="

A default encoding used for reading and writing CSV-files.

Often used encodings are UTF-8 as well as windows-1252. csv.encoding=utf-8