Hi,
I have a transformation where I am utilizing a Calculation Transformation Function. This works fine until a record contains the ‘ character. The calculation then returns a null value as specified by the Calculation Properties for records in error.
How can I keep the ‘ character as part of my data field and not cause an error within my calculation? Sample from my data file is: 6 XXXXX's & 1 NSR100 Recorders
I thought about utilizing the AnsiQuotedStr function or the AnsiExtractQuotedStr function, but I am not sure how to use these and where to put them.
Please advise as to how I can make this work.
Thanks for your assistance!
Steve