Results 1 to 10 of 25

Thread: Need help to convert Excel data to XML

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Sir Moderator sandy666's Avatar
    Join Date
    May 2018
    Posts
    240
    Rep Power
    8

    Cool

    you can try with
    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <DataImport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    	<EntityID>EntityID</EntityID>
    	<data>
    		<date>
    			<day>day</day>
    			<month>month</month>
    			<year>year</year>
    		</date>
    		<recID>recID</recID>
    		<time>time</time>
    		<itemSold>ItemSold</itemSold>
    		<Price>Price</Price>
    	</data>
    </DataImport>
    as XML schema (not XSD!)
    but probably you'll see Denormalized Data error
    so I suggest
    W3C link
    and
    Normalizing XML link
    Last edited by sandy666; 02-11-2021 at 03:55 PM.
    sandy
    I know you know but I forgot my Crystal Ball and don't know what you know also I may not remember what I did weeks, months or years ago so answer asap. Thinking doesn't hurt

Similar Threads

  1. Replies: 6
    Last Post: 09-24-2020, 10:36 AM
  2. XML Mapping in Excel Sheet
    By Ranjithkumar in forum Excel Help
    Replies: 1
    Last Post: 01-28-2014, 09:14 AM
  3. Xml Mapping in Excel Macro
    By dhivya.enjoy in forum Excel Help
    Replies: 1
    Last Post: 10-18-2013, 04:11 PM
  4. Convert selected file to XML and save.
    By dhivya.enjoy in forum Excel Help
    Replies: 7
    Last Post: 10-09-2013, 01:32 PM
  5. Replies: 0
    Last Post: 08-23-2012, 08:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •