Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. prmanju

    Can XSLT do this?

    How to get the XML tags as header in CSV along with the aboe solution given by gel?
  2. prmanju

    Convert any XML document into CSV

    Jon, Do you have example to convert the XML file to CSV using DOM? Thanks again.
  3. prmanju

    Convert any XML document into CSV

    You are right. We have to make at least the following assumption. The final level would be always tags with text nodes. Thanks again.
  4. prmanju

    Convert any XML document into CSV

    Thanks for quick response. For Ex: The following is the incoming XML ====================================== <?xml version="1.0"?> <GroupLotMovement> <Record> <PremiseLocationID>1231</PremiseLocationID> <USDAPremiseID>12355</USDAPremiseID> <EventTypeCode>MOV</EventTypeCode>...
  5. prmanju

    Convert any XML document into CSV

    Also Could you please tell me how to do with DOM Parser?
  6. prmanju

    Convert any XML document into CSV

    Thanks Jon for your quick reply. The output I need is comma separated text file with header. The header should be the name of the final node. It is possible that the node can be at different level of the tree. The code is returning the rows for all level node. Is it possible to display just the...
  7. prmanju

    Convert any XML document into CSV

    Is it possible to convert any given XML into CSV format? I know I can use XSLT to convert XML into CSV, if you know the XML DTD/Schema. But I don't know the name of tags and # of tags used in the XML. Ex: <ROOT> <ROW> <COL1>123</COL1> <COL2>224</COL2> <COL3>eterte</COL3> </ROW> </ROOT>...

Part and Inventory Search

Back
Top