on 2010 Mar 02 5:06 PM
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)?????
In the File Format editor set the delimiter for text to " (default is {none})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
I am facing the same issue, actually client doesn't have any idea about his data.
How should we handle when a delimiter is present in the source data (Flat File) through BODS.
We are on SAP BW 7.4 & BODS 4.2.
Any solution on same…? Its very argent.
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
pre-process the source data and replace the delimiter (comma) with any uncommon character like tilt ( ~ ). Later this new character shall become your column seperator (when you generate the text file) instead of comma.
I had faced this issue of delimiter in one of the earlier project and solved that this way.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any scope to change how the source file is produced?
Can you get the file produced with a different delimiter?
If not, could you use a text delimiter (") to indicate the start and end of a column, which is then comma delimited? (i.e. "Column 1 text","Details of column, and other information","Column 3")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.