Page 1 of 1

Filler in the target using transformer

Posted: Fri Sep 11, 2009 3:38 pm
by Marcus426
Hi all,

Can you guys let me know how to put a filler(all blanks) in the target sequential file(fixed length) that has to be of the size char(400). In the transformer what has to be the derivation?.

Thanks guys!

Posted: Fri Sep 11, 2009 3:52 pm
by Sainath.Srinivasan
Set padString to space and set a single blank space to that field.

Posted: Fri Sep 11, 2009 4:06 pm
by ds_teg
Search for APT_STRING_PADCHAR

Posted: Fri Sep 11, 2009 4:19 pm
by chulett
Or Space(400). :wink:

Posted: Fri Sep 11, 2009 4:41 pm
by Marcus426
Thanks a lot guys!! That worked