Page 1 of 1

Merge Stage

Posted: Tue Jun 14, 2005 2:04 pm
by kab123
Hi,
In merge stage,
In InputFileProperties, If I put Escape character '\', it fails,giving the following error (Function 'get_next_output_row' failed)
but If i put '0' it works, but In the data, It removes '0' which is no good.
any clue.. :(

Posted: Tue Jun 14, 2005 3:35 pm
by ray.wurlod
Leave it empty unless there is actually an escape character in your data.

Posted: Wed Jun 15, 2005 8:40 am
by kab123
It failed even If I leave empty..I tried all different characters..but no Use
to be perfect, It works only for '0'.

Posted: Wed Jun 15, 2005 9:47 am
by ArndW
Put in 000, just using one 0 tells it that the "0" character is the separator.

Posted: Thu Jun 30, 2005 2:53 pm
by kab123
It didnt work with '00' too..
it didn't let 3 characters..
any clue..