Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • Reply To: How to Flatten JSON in Azure Data Factory?

    Being that XML is much like JSON can this same technic be used with XML as well?

  • Reply To: Dual Duplicates redress.

    Thanks. That works fine. But the one issue that remains is there is a duplicate value for Bids in the NF is duplicated and there should be only one. I...

  • Reply To: Dual Duplicates redress.

    Thanks,

     

    This one is difficult. I have gone down many dead end methods on my own. If I come up with it I will post solution. But I suspect it's going...

  • RE: XML Type XML Attribute query

    Thanks Matt. I'll give that a try. The Transtype is in the same location just inside the envelope. So, I can scan the element pretty easily. Where I got hung...

  • RE: XML File insert into a table field

    Context What a concept. Apologies should have been more succinct. After scrubbing a lot of data I have this XML wrapper coming to me.

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

    xmlns:sch="http://somewhere.us.com/is/cs/schema" xmlns:sch1="http://somewhere.us.com/is/common/schema">

    <soapenv:Header />

    <soapenv:Body>

    <sch:ANBRRequest>

    <sch:ANBRReq>

    <sch1:userId>XXYYZZ</sch1:userId>

    <!--Optional: -->

    <sch1:clientNumber>0001</sch1:clientNumber>

    <!--Optional: -->

    <sch:SaveFormsList>

    <!--1 or...

  • RE: Stairway to XML: Level 1 - Introduction to XML

    I have a question which may not be easily answered. But my question is; why does the XML parser throw and error when a Tag has a quote " wthin...

Viewing 6 posts - 1 through 6 (of 6 total)