Parse Delimited businessfunction ( B98220D) -- Tool Set 8.98.42 on LINUX
Example : -
We are using Fetch Next Line from Flat file BF
If Success then “Strip Special Characters from String” to strip the newline character
Parse Delimted String ( to extract each Comma separated value in a string )
flat file = A,B,C,D,E,F,,
Parse Delimited String
VA sec_szFlatFileRecord_UD -> BF szInputObjectID
VA sec_szFirstLetter_VC02A <- BF szOutputObjectSegment
<Zero> -> BF mnSegmentNumber
"," -> BF cDelimiter
for 0 Segment number VA sec_szFirstLetter_VC02A = A ....... for 5 Segment Number VA sec_szFirstLetter_VC02A = F but we are parsing Upto Segment Number = 10 as sometimes Flat file would consists 11 values with Comma Separator