cancel
Showing results for 
Search instead for 
Did you mean: 

Tab files to XML Structure

0 Kudos

Hi All,

I have a scenrio where i would need to collect few tab files(without any pre-defined strcture) in a BPM .

As it is a tab file, the content is not moved to any xml node and hence i am not able to set any correlations on this node.

I would like to know if there is anyway by which i could moved the content of the tab file to a dummy xml node in a xml strcture.

If so, i can create one more xml node in the same xml strcture and use that for my correlations.Similary i would need to reconvert the xml file to a tab file to be sent to the receiver.

Thanks

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

You can collect the TAB files by using a Dummy correlation(1=1) in the same IP instance.

You can use the deadline branch inside the BPM to define the file collection duration.

For XML conversion you can follow a generic approach as specified in blog /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping

~Sanv...