Need help on reading XML files

Hi,

I have a below requirement. Could someone please help me?

1. Customers claims come in an XML along with the required documents to Appian for further processing.

2.I need to have knowledge on how to read the xml and also, read the documents in Appian and save the overall information to appian DB.

Thanks

Faisal

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Stefan ,

    Thanks for the reply!

    We have one XML file with the claim details and all those claim details to be written in Appian.

    How can I read all the XML fields in Appian?

    Do I need to create an exact CDT and use Process Model to use this function?

    XML:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><Intake_ClaimBatch><CreatedDateTimeUTC>2017-12-12T18:02:38.890-05:00</CreatedDateTimeUTC><BatchID>101009</BatchID><ClaimCount>1</ClaimCount><ClaimSystemBatchID>0</ClaimSystemBatchID><ClaimDetails><ClaimMetaData><UniqueClaimID>552300</UniqueClaimID><GlobalIntakeID>0</GlobalIntakeID></Intake_ClaimBatch>

Children