'X' being appended to the data in the file
504040Jun 13 2007 — edited Jun 19 2007Hi,
The mapping that I created gets data from a source table (Oracle DB) and puts the information into a file. The database is on unix platform and OWB version is 10gR2.
The data goes into the csv file but 'X' is appended to each field in the file.
The record that should look like 'col1,col2,col3' is present in the csv file as 'Xcol1X,Xcol2X,Xcol3X'.
Does anyone know how to resolve this issue?
Thank you.