cancel
Showing results for 
Search instead for 
Did you mean: 

non-xml, non-csv file has to be delivered as is, using PI

former_member188019
Active Participant
0 Kudos

hi,

saw the file adapter usage/blogs etc.

using file adapter, xi can deliver an xml file (or csv file, using content conversion) from one directory to another.

But if the requirement is: a non-xml file, e.g. a binary file like abc.zip or pqr.doc to be sent as is, from one application directory to another application directory, how can this be done.

for this scenario, do we need to define DTs and MTs in ESR.

thanks,

Madhu.

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

you can transfer data in any format without transformation from source to Target.

IR config is nor required....only ID config is needed.

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

If you want to maintain the same file name in source & target, then do the following config in both sender & receiver file adapter channel

1) check the " use adapter specofic message attribtes" & " file name"

2) give any dummy file name in receiver channel

Regards

Abhijit

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Floks,

You can transfer any file of any format from source to target....no restrictions .

Regards,

Ravi.

former_member188019
Active Participant
0 Kudos

thanks for your replies.

Former Member
0 Kudos

Hi Madhu,

For the files which dont have any proper sturucture and we need to just pick and place the items, we can use the tunneling approach.This means we dont create any design object in ESR, we will create the configuration in ID with the sender and receiver channels and give the dummy names for interface and namespaces(tool accepts this). So its direct connection between the channels, thus any file type can be picked and place in the required directory.

But please ensure that the files are not of a very big size.Please see this blog by william

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Regards,

srinivas

former_member200962
Active Contributor
0 Kudos

You can transfer any file of any format from source to target....no restriction....check the blog on the same topic by William Li.

Regards,

Abhishek.