Home Forums Programming XML convert CSV file to XML file format based on XSD file using SSIS (SQL Server 2008R2) RE: convert CSV file to XML file format based on XSD file using SSIS (SQL Server 2008R2)

  • Have you considered using XSLT to transform the file? If you already have an XSD then mapping the input columns to that should be trivial with a decent XML Development IDE. Check out XML Spy.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato