cancel
Showing results for 
Search instead for 
Did you mean: 

File content Conversion in j2se at the receiver side

hamsa_shree
Participant
0 Kudos

Hi ,

I need to do a file content conversion using j2se adapter at the recevier side.

my structure is something like

<name>

<name1>

<name2>

</name>

<address>

<address1>

<address2>

</address>

and the output should be like

#tname1$name2

#sadress1.address2

Please do the needfull

Thanks & Regards,

Hamsa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please have a look at this thread.

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

hamsa_shree
Participant
0 Kudos

HI ,

I am to able to achieve the structure using File Adapter but not using j2se.

I need it in j2se adapter

Please do the needful.

Thanks & Regards,

Hamsa

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hamsa,

Please check this thread. This might be useful

Regards,

Sarvesh

former_member187339
Active Contributor
0 Kudos

Hi Hamsa,

#tname1$name2

#sadress1.address2

Lot of # and $, so can you paste the FCC parameters that you have tried in the File adapter?

In j2se also we can use the same. If you are not sure on how to use, paste the FCC parameter here and someone will be able to make the J2SE version out of it

Regards

Suraj

Former Member
0 Kudos

Hi,

make ur source structure same as receiver structure. Check the nodes and sub nodes of the source structure and match wz the nodes and subnodes of teh target structure.

Thanks

Veeru