Passing job parameter to Convert function
Posted: Tue Aug 27, 2013 1:05 pm
Hello all. I currently have a job that removes all except spcified characters from an input file. The characters are to retain are specified in the following format - Char(32) : Char(33) ... and so on. The list is about 100 characters, and I am trying to pass this in to the Convert function using a job parameter by entering the text "Char(32) : Char(33)" i the parameter value.
When I use the parameter, however, the characters "C", "h", "a", "r", "(", "3", "2", ")", " ", ":" are what get read in by the Convert function.
When I hard code the Char(nn) function into the transformer, then it works as intended.
Has anyone faced this issue before and resolved it? I want to be able to change the characters retained by changing the parameter, rather than having to hard code them into the job. Thanks for your help!
When I use the parameter, however, the characters "C", "h", "a", "r", "(", "3", "2", ")", " ", ":" are what get read in by the Convert function.
When I hard code the Char(nn) function into the transformer, then it works as intended.
Has anyone faced this issue before and resolved it? I want to be able to change the characters retained by changing the parameter, rather than having to hard code them into the job. Thanks for your help!