Page 1 of 1

Delimiter to be Used

Posted: Wed Mar 06, 2019 9:49 pm
by manu0521
Hi ,
We have daily load files from SAP BW which the TI uses to load the data .

SAP BW send us a file with semicolon delimited and if there are any columns having semicolon in the value itself we have an issue putting it in right place .

We plan the file from BW to be '^' delimited to avoid this issue.

Have anyone faced similar issue and what was the solution .

Thanks,

Re: Delimiter to be Used

Posted: Wed Mar 06, 2019 10:31 pm
by declanr
Like you are suggesting, there are characters that are unlikely to be used in text fields and can be used as your separators but if you have free entry text fields you can’t guarantee a character won’t be used. You can enclose all fields in quotes and specify the quote character for the TI using datasourceasciiquotecharacter.

Re: Delimiter to be Used

Posted: Thu Mar 07, 2019 1:07 pm
by manu0521
what if a column value has quotes in it , will this still work .