ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to transform/convert separate xml file from each csv row

Post new topic  Reply to topic
 How to transform/convert separate xml file from each csv row « View previous topic :: View next topic » 
Author Message
jonamroy
PostPosted: Tue Sep 25, 2012 11:22 pm    Post subject: How to transform/convert separate xml file from each csv row Reply with quote

Newbie

Joined: 25 Sep 2012
Posts: 1

My input message is in csv and I want CAP output xml. My flow is like this
MQInput--->Compute (generating xml from csv)-----> XSL Transfrom(transforming xml to CAP) ---->MQoutput.
My issue is I am getting a single xml for each csv row but I want separate xml for each csv row. can anyone please help.
Back to top
View user's profile Send private message
mqsiuser
PostPosted: Tue Sep 25, 2012 11:53 pm    Post subject: Re: How to transform/convert separate xml file from each csv Reply with quote

Yatiri

Joined: 15 Apr 2008
Posts: 637
Location: Germany

PROPAGATE the single lines (from the CSV-file) within your Compute Node.

Make sure you RETURN FALSE at then end (when using PROPAGATE on all the CSV-rows).

It would be faster if you'd change this:
Code:
MQInput--->Compute (generating xml from csv)-----> XSL Transfrom(transforming xml to CAP) ---->MQoutput.

To that:
Code:
MQInput ---> Compute ---> MQoutput.

_________________
Just use REFERENCEs
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to transform/convert separate xml file from each csv row
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.