Forum Discussion

geschinger's avatar
geschinger
Regular Visitor
2 years ago
Solved

Copy Action - XML - Single Element not getting mapped / copied

We are experimenting with a pipeline to take data from XML files to SQL database and everything is working great for files with multiple elements but nothing copies over when there is a single <Sales...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi geschinger ,

    When I tried to repro you scenario in fabric, I am not facing this issue at my end.

    My Pipeline in Fabric Data Factory -






    My Xml Sample File:

    <?xml version="1.0"?>
    <catalog>
       <book id="bk101">
          <author>Gambardella, Matthew</author>
          <title>XML Developer's Guide</title>
       </book>
    </catalog>


    Can you please re-try by creating a new connection and try to check if issue is still exists.
    In case if the issue still exits please share the sample file you are using let me recheck with that file at my end.

    Thank you