Is ION Desk splitting functionality available for XML files?

ruwo
ruwo Member Posts: 2

I am exploring the use of splitting an XML file in ION Desk to split it in multiple XML file per Item. After that step I want to map it to an ItemMaster BOD. The incoming XML file is not a standard BOD, but a Windchill XML. I can split a standard BOD e.g. a PurchaseOrder into a BOD per orderline, but when I use it for my Windchill XML with defining a path for splitting on the Part tag, it finds 0 instances.

I have created an Object Scheme for my Windchill XML file te enable a dataflow with the split function

Please advise

Answers

  • Brandon Watson
    Brandon Watson Member, Infor Partner Posts: 61

    Does the Windchill XML node show as a Repeatable property in the Object Schema. In the below case, both User and Order show as a Repeatable Property allowing for repeated nodes. The splitter can only split on Repeatable Properties. If you want to paste the raw view of the Windchill XML, I could help you validate this.

  • ruwo
    ruwo Member Posts: 2
    edited January 17

    Hi Brandon thanks for you help. I had already set Repeatable to yes for the Part Property, but based on your suggestions I also did this for one level higher 'AddedParts', but without succes. I minimized my Windchill XML and the related scheme to the relevant parts for test purposes.