Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9006729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:29:25+00:00 2026-06-16T01:29:25+00:00

Question: I have created a sample xml document containing data conforming to the atom

  • 0

Question: I have created a sample xml document containing data conforming to the atom 1.0 schema. When I import the contents of this file (for testing purposes) in PowerPivot, it creates columns for each atom element in each entry, instead of creating a column per content element. Why is this?

Background: A customer wants to import data from a web service which provides a feed that uses a custom XML schema that is not supported by PowerPivot. The service provides the ability for the caller to supply an XSLT template that will be applied to the feed. I am hoping to be able to transform this feed into a valid atom feed thereby allowing the customer to import data into PowerPivot.

Sample atom xml:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
      xmlns="http://www.w3.org/2005/Atom"
      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
   <title type="text">My Data Feed</title>
   <id>http://temp/feed</id>
   <updated>2012-12-13T00:00:00Z</updated>
   <entry>
      <id>http://temp/feed/1</id>
      <title type="text">Title</title>
      <author>
         <name>Author</name>
      </author>
      <updated>2012-12-13T00:00:00Z</updated>
      <content type="application/xml">
         <d:Name>John Smith</d:Name>
         <d:Address>Address</d:Address>
         <d:Zip>1234</d:Zip>
      </content>
   </entry>
</feed>

When imported into PowerPivot (selecting “From Data Feeds”, clicking “Browse” and pointing out the xml file), it looks like this:

PowerPivot import result

I was excpecting three columns: Name, Address and Zip. If I change “Include Atom Elements” from Auto to False in the connection configuration, no columns are imported.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:29:26+00:00Added an answer on June 16, 2026 at 1:29 am

    It seems I was just missing the m:properties element. Final result – also includes examples of null attributes and data types:

    <?xml version="1.0" encoding="UTF-8"?>
    <feed xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
          xmlns="http://www.w3.org/2005/Atom"
          xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
       <title type="text">My Data Feed</title>
       <id>http://temp/feed</id>
       <updated>2012-12-13T00:00:00Z</updated>
       <entry>
          <id>http://temp/feed/1</id>
          <title type="text">Title</title>
          <author>
             <name>Author</name>
          </author>
          <updated>2012-12-13T00:00:00Z</updated>
          <content type="application/xml">
    
             <!-- attributes placed under the properties element -->
             <m:properties>
                <d:Name>John Smith</d:Name>
                <d:Address>Address</d:Address>
                <d:Zip m:type="Edm.Int32">1234</d:Zip>
                <d:Comment m:null="true" />
             </m:properties>
    
          </content>
       </entry>
    </feed>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a sample xml file created using Editplus( in windows). < ?xml version=1.0
To explain my question I have created this http://jsfiddle.net/Jams/XNVB2/ here I want when div1
I have just rolled a custom configuration section, created an accompanying schema document for
I have an xml document that looks something like this: <units> <unit> <year></year> <month></month>
I have this XML file: <Elements> <Element name=A.B.C.x> <Child>...</Child> <Child>...</Child> <Child>...</Child> </Element> <Element name=A.B.C.y>
I have a question regarding WMI and Storage Spaces. Setup: I have created a
I am relatively new in C#. My question is: I have created a MenuStrip.
I have created an NSObject, for the sole purpose of locking. My question is,
I have a newbie question about integrating two iOS apps. I have created an
I have question concerning a function I created. I would like to show the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.