01-22-05 01:47 AM
The easy answer is to use the string concatenate functoid in map, but there
are probably other alternatives.
Matt
<BillOlmstead@comcast.net> wrote in message
news:1106344038.013992.273400@z14g2000cwz.googlegroups.com...
> In an orchestration, I am reading in a flat file that contains multiple
> records (File Adapter, pipeline, and schema are defined) and output an
> xml file. It all works fine.
>
> However, now I want to alter one of the fields of every record to
> prepend an asterisk (*) to the data from the flat file. Is there a
> functoid that can do this ? Or should a transform be used ? Do I have
> to loop through every recrod ? Conceptually, how would this best be
> accomplished?
>
> Note that the each of the fields is comma delimited and is surround
> with double quotes and each record (line of the file) is CRLF
> delimited:
> e.g.
>
> "1","data1","3","4","5"<CRLF>
> "6","data2","8","9","10"<CRLF>
>
[ Post a follow-up to this message ]
|