About 203,000 results
Open links in new tab
  1. Convert text file to xml using vbscript - Experts Exchange

    Feb 4, 2015 · Find answers to Convert text file to xml using vbscript from the expert community at Experts Exchange

  2. I want to transfer .txt file to .xml in vba script - how do I do that

    Jan 31, 2024 · The following example exports the contents of the Customers table in the Northwind Traders sample database, along with the contents of the Orders and Orders Details tables, to an …

  3. Solved: XML To Pipe Delimited .txt File | Experts Exchange

    May 14, 2008 · XML To Pipe Delimited .txt File I need to take the information below and convert it to a pipe delimited .txt file. I also need to appeand some static headers to the some static text to the .txt …

  4. Convert an xml file to pipe delimited file - Experts Exchange

    Feb 29, 2012 · Convert an xml file to pipe delimited file Hi, I need to convert an xml file to a pipe delimited file. I have written an xsl stylesheet. It is working fine except that in the original xml file if …

  5. C# and Excel using DocumentFormat.OpenXml - Experts Exchange

    Feb 1, 2024 · In reality, an Excel xlsx file is actually just a ZIP file with a bunch of XML files in it (and some other stuff but the main guts are just XML files), so the OpenXML SDK library is reading that …

  6. Solved: XML without line breaks - Windows | Experts Exchange

    Aug 4, 2017 · XML without line breaks - Windows Hi, I get data in xml format from client. The xml displays as a single line in notepad++. I have to use Pretty print feature of xmltools plug-in which …

  7. Solved: SQL sp_xml_preparedocument - Experts Exchange

    May 14, 2003 · The XML being sent to SQL Server is an basicly an order from a C# .NET web service conected to SQL Server and I am using OPENXML to extract the data from the elements to store in …

  8. C# stripping away illegal characters from xml file?

    Nov 8, 2022 · I currently have this section of C# code that reads xml files. Unfortunately we are occasionally being sent files with illegal characters. The most popular is the ampersand. What would …

  9. Solved: Numbers stored as text warning vhen exporting with …

    Jun 12, 2019 · Find answers to Numbers stored as text warning vhen exporting with ClosedXml in vb.net from the expert community at Experts Exchange

  10. Error Consuming Web Service - XML related? - Experts Exchange

    Dec 9, 2010 · In web services do you have to convert whatever object you are returning to an XML document and then convert it back in any calling application? I don't have to do this for other web …