cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping without content conversion

Former Member
0 Kudos

We need to communicate file contents using file adapter to pick up the files from the local XI server and send them to several communication channel, depending on its contents.

However, these files are not homogeneus.

SoI want to load them with a file sender channe without content conversion and i want create a message mapping to determine the receiver.

How to define sender and receiver message type without content conversion?

I've read something about dummy data type, but i don't know how to do it....

Thanks , in advance

Carme

Accepted Solutions (0)

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

If files are not homogenous then it is bit diffcult, if you know the strucutre of these files then you can read entire line in the single field and spplit using the UDF.......

but you can do this with this approach, just make sure you know the strucutre..

VijayKonam
Active Contributor
0 Kudos

Hi,

If they are comma separated or something like that, just define recordset and record end character, with only one field name. Then each and every file would be decoded without splitting them in to separate fields.

In mapping write UDFs or Java mapping to create the MT you want and route them accordingly.

VJ