Originally posted by: SystemAdmin
Hello,
I'm trying to parse a filename.
if the filename is:
parta_partb_partc_partd.csv and I want to parse it and come up with everything to the right of the first underscore, how do I do that.
The word function, seems to only allow one argument for the "field".
word(in1, "_",2) would get my part_b
word(in1) "_",3) would get me part_c
etc...
but I want, partb_partc_partd.csv.
Thanks in advance.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange