XMLPort Design (import)

mtinner76mtinner76 Member Posts: 2
Need some direction on how to setup the structure of an XMLport used for importing. I've used XMLports previously, but I need to create a new import for a file that's a little different then I've worked with before.

I've provided a screen shot of the xml file. There's several lines in my file I'm not quite sure how to handle. Typically the line is indicating a type attribute followed by the value, such as:

<buyer-accepts-marketing type="boolean">false</buyer-accepts-marketing>

How would this look in the XMLport design?
xml.jpg 67.3K

Comments

  • kinekine Member Posts: 12,562
    buyer-accepts-marketing is element (will have value 'false')
    type is attribute of this element (will have value 'boolean')


    -buyer-accepts-marketing (element)
    --type (attribute)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.