cancel
Showing results for 
Search instead for 
Did you mean: 

File Conversion

Former Member
0 Kudos

Hi,

I have a scenario where i need to pick up four individual files from network share, merge it and convert it as XML and send it to JMS Queue.

Do we require BPM for this, or how exactly do we need to do the technical approach.

Please do explain the scenario.

For each individual file, timestamp is attached, so xi needs to pick up the files based on timestamp only.

Points assured for all replies.

Thakns and Regards,

B.Anandh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anandha,

Check these blogs written on Fike Conversion:

<a href="/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file:///people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

<a href="/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns:///people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

<a href="/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem:///people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Regards,

Subhasha Ranjan

Answers (2)

Answers (2)

prabhu_s2
Active Contributor
0 Kudos

<b>I have a scenario where i need to pick up four individual files from network share, merge it and convert it as XML and send it to JMS Queue.</b>

if u need to pull four files and merge them then u can use BPM for this. u will have four receviers and pne transformation step to merge.

<b>For each individual file, timestamp is attached, so xi needs to pick up the files based on timestamp only.</b>

Technically it is difficult to pick the file based on timestamp. probabaly u may need to check how adapter modules used for this prupose

Former Member
0 Kudos

Do we require BPM for this, or how exactly do we need to do the technical approach.

>> I think yes. You need to use BPM to collect your 4 files and bundle them to one single message and send it to JMS queue.

Check the below link for BPM collection pattern

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/frameset.htm

Satish