Originally posted by: SystemAdmin
I've tried reading the documentation, and experimented with the type tree, but I haven't been able to configure a release character for apostrophes on input.
I'd like to apply a second apostrophe as a release to an input group, so that all fields in the input record have the release character applied. I'm pulling the individual fields apart to create a call to an Oracle stored procedure, and I'd prefer not to have to do a SUBSTITUTE on each field. The call to the stored procedure requires the apostrophes be used around each field, and the only way I've figured out how to maintain an apostrophe in the data is to use two of them together.
For example ... input record is comma delimited:
John, O'Malley, 150.00, 3, Widgets
I need to build the statement to be:
"call ORDER.INSERT_RECORD('John', 'O''Malley', '150.00', '3', 'Widgets')"
Please let me know if I can do this on the input side? Thanks.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender