| Author |
Flat File Disassembler
|
|
| Shyvam 2004-04-20, 12:40 pm |
| Hi
I am a newbie to BTS 2004. I have a requirement like this. Anybody pls help me in designing a solution for the same.
I have an XML file. This file has to be converted into a FLAT FILE (Text file). I understand that BTS 2004 offers a Flat file
Disassembler component in its pipeline stage. To do this conversion I need to use a Mapper. Sample contents of my flat file is given below:
[DATE 2004-12-13]
[XYZ Name]
[NAME Sam
Pitroda
Naidu]
[COUNTRY USA
UK
AUS]
My question is how will I give characters like "[" or "]" in my XML schema to map it to flat file schema?
| |
| Christof 2004-04-20, 1:36 pm |
| You might consider the "[" and "]" as part of your data, rather then part of
the schema.
The mapper gives you the flexibility to concatenate strings for example.
Hope this helps,
Regards,
Christof
"Shyvam" <anonymous@discussions.microsoft.com> wrote in message
news:DC06C2A0-ACED-436F-89E5-BD42169F9453@microsoft.com...
> Hi
> I am a newbie to BTS 2004. I have a requirement like this. Anybody pls
help me in designing a solution for the same.
>
> I have an XML file. This file has to be converted into a FLAT FILE (Text
file). I understand that BTS 2004 offers a Flat file
> Disassembler component in its pipeline stage. To do this conversion I need
to use a Mapper. Sample contents of my flat file is given below:
>
> [DATE 2004-12-13]
> [XYZ Name]
> [NAME Sam
> Pitroda
> Naidu]
> [COUNTRY USA
> UK
> AUS]
>
> My question is how will I give characters like "[" or "]" in my XML schema
to map it to flat file schema?
| |
| Shyvam 2004-04-25, 6:34 am |
| Christof
Thanks. But how will I achieve the following
Tags appearing n times with the corresponding values, but in my destrination tag has to be one with all the n values
Example
Source shcema Destinmation Schema
<Name>Sam</Name> [NAME Sam Shyvam USA]
<Name>Shyvam</Name><Name>USA</Name>
| |
| Christof 2004-04-25, 10:35 am |
| Sorry Shyvam... I'm not a FF specialist. Just know some basics.
I'm sure somebody will help you out here.
(Sounds to me like you need a mapping first though...)
Regards!
Christof
"Shyvam" <anonymous@discussions.microsoft.com> wrote in message
news:91A9B200-A53A-4DD1-AC3C-173F3724E73C@microsoft.com...
> Christof
>
> Thanks. But how will I achieve the following
>
> Tags appearing n times with the corresponding values, but in my
destrination tag has to be one with all the n values
>
> Example
>
> Source shcema
Destinmation Schema
>
> <Name>Sam</Name> [NAME Sam Shyvam
USA]
> <Name>Shyvam</Name><Name>USA</Name>
| |
| Shyvam 2004-04-27, 12:35 am |
| David
I could not see the attachement. How to retrieve that?
Thanks
| |
| David Downing [MSFT] 2004-04-27, 2:36 pm |
| There is a setting in Outlook Express under tools | options | security tab.
Uncheck the "Do not allow attachments to be saved or opened that could
potentially be a virus". This should allow you to access my attachment.
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Shyvam" <anonymous@discussions.microsoft.com> wrote in message
news:B34E3B4D-706B-444C-BCCE-30C55519E377@microsoft.com...
> David
>
> I could not see the attachement. How to retrieve that?
>
> Thanks
>
|
|
|
|