cancel
Showing results for 
Search instead for 
Did you mean: 

Delimiter in the Source Data

Former Member
0 Kudos
2,146

Hi All,

We are using BODS 3.2 on linux.

How should we handle when a delimiter is present in the source data.

For example:

We have CSV file as the source, The file has comma ',' as part of the data in one of the columns. When we execute the job it throws an error :

"A row delimiter was seen for row number <1> while processing column number <n> in file"

How do we handle these ( if a column delimiter is present in data)?????

View Entire Topic
paul_kessler
Active Participant
0 Kudos

You did not say if you change the source file's field delimiter or added field framing characters. If you changed the delimiter in the source file, did you also change the delimiter setting in the File Format object?

Former Member
0 Kudos

Hi Paul Kessler,

We have added field framing characters.

Regards,

Santosh

warwick_tagg
Explorer
0 Kudos

If you haven't done so already, you need to specify the text delimiter in the File Format. This will bypass any commas present within a field that are not actual field delimiters.

Former Member
0 Kudos

Under Delimiters/Text within the file format type in ". The error should go away. The Delimiters section should look this:

Column - Comma

Row - {new line}

Text - "