How to generate two XML files from a single HL7 file and insert both into two different columns as a single record?

Posted by Vivek Ratnaparkhi on Stack Overflow See other posts from Stack Overflow or by Vivek Ratnaparkhi
Published on 2012-10-04T06:51:12Z Indexed on 2012/10/04 9:37 UTC
Read the original article Hit count: 365

Filed under:
|
|

I have Source Connector Type as 'File Reader' which is reading HL7 files and Destination Connector Type as 'Database Writer'. My database table has two columns

  1. Participant_Information
  2. SPR_Information

I want to transform a single HL7 file into two XML files one for Participant_Information column and other for SPR_Information column and need to insert both as a single record into the database table.

I'm able to insert one XML at a time but not able to find the way to insert both the XMLs as a single record into the database table.

Any help is really greatly appreciated!

© Stack Overflow or respective owner

Related posts about Xml

Related posts about hl7