Sage 100

 View Only
Expand all | Collapse all

Has anyone ever written something to convert an XM

  • 1.  Has anyone ever written something to convert an XM

    Posted 04-20-2018 13:53
    Has anyone ever written something to convert an XML file into a CSV?


  • 2.  RE: Has anyone ever written something to convert an XM

    Posted 04-20-2018 13:54
    @DanBurleson ??


  • 3.  RE: Has anyone ever written something to convert an XM

    Posted 04-20-2018 14:09
    I've used PowerShell to do similar things. From the 10,000ft view, you import an XML file directly into a variable, pull the values you need, and then Export-CSV it out. Take a look at this blog entry (https://laurentschneider.com/wordpress/2014/11/xml-to-csv-in-powershell.html) and the top answer here (https://stackoverflow.com/questions/23409270/how-to-convert-this-xml-to-csv-using-powershell-2-0)


  • 4.  RE: Has anyone ever written something to convert an XM

    Posted 04-20-2018 14:35
    You can open an xml file in Excel then save to csv


  • 5.  RE: Has anyone ever written something to convert an XM

    Posted 04-20-2018 14:43
    OMG, @MoiraGoggin - so you can!!!!!!! AWESOME!