Write XML file using SSIS

  • Hi

    I am working University Automation Project.In this purpose i got a student physical photo in folder and sub folder structure.Now my requirement is write all the folder path to xml file.I am new in SSIS. Please help me.

  • vs.satheesh (11/2/2014)


    Hi

    I am working University Automation Project.In this purpose i got a student physical photo in folder and sub folder structure.Now my requirement is write all the folder path to xml file.I am new in SSIS. Please help me.

    So can we assume that you have a variable containing the path and want to write that out to a file like this?

    <?xml version="1.0" encoding="UTF-8"?>

    <FilePath>c:\Pics</FilePath>

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

  • You're trying to use a flathead screw driver as a chisel.... not the right tool for the job. It's doable but there are other approaches much better suited. Powershell comes to mind, vbscript if you're so inclined.

    Steve.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply