Re: receiveing flat files
From: David Downing [MSFT] (ddowning_at_online.microsoft.com)
Date: 04/28/04
- Next message: billmcneice_at_yahoo.ie: "100% CPU usage?"
- Previous message: Jack Blalock: "RE: Error creating a Receive Function"
- In reply to: ambs: "receiveing flat files"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 08:35:00 -0700
It would help if you could attach an instance of your file. Looking at what
I think is the file format, it seems likely that we can parse it.
-- Dave This posting is provided "AS IS" with no warranties, and confers no rights. "ambs" <ambrish.jhaveri@iflexsolutions.com> wrote in message news:16f63e0e.0404280403.3c5dd378@posting.google.com... > Hi, > > I am receiving flat files which i want to convert to xml format using > the flat file disassembler in the receive pipeline. > > Now the problem is my flat file comes with data like name, value > pairs. > > Will the flat file disassembler be able to ignore the name part and > map just the vaule part with the schema i provide. > > below is the sample file... > ------------------------------------------------------------------- > # FILE 0325_130045_INS.00000001.00000001 > > ACTION "INS" > TRANS_ID 1 > > TBL some name ----> this is meta data > Deals_Id 1 ---------> here Deal_Id is the field name and 1 is > the value > Status V "Valid" ---------> here Status is the field name and V and > "Valid" are values, I am interested in only one of these values > though. > ----------------------------------------------------------------------- > > can i have a i/p file like this and still use a schema and convert it > to a xml format...
- Next message: billmcneice_at_yahoo.ie: "100% CPU usage?"
- Previous message: Jack Blalock: "RE: Error creating a Receive Function"
- In reply to: ambs: "receiveing flat files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|