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
Please elaborate. We need way more details to help and cannot analyze your requirement.
https://codeblog.jonskeet.uk/2012/11/24/stack-overflow-question-checklist/
In general this helps to read XML files
docs.appian.com/.../fnc_scripting_xpathsnippet.html
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>
Apologies! I meant to say the XML file is already in Appian Folder and then I want to read the xml file to a CDT.
Then I would try to have three processes. One to fetch files from FTP, one to check for local files, one to do the XML work which will be called by the other two.
Hi Stefan,
Many thanks for your help !
Any luck on the solution. I am eager to know how we can implement this. I am a learner and I want to learn appian and needs your suggestions to learn Appian effectively.
Then, welcome to the show :-)
What can we help you with? I assume you already know the documentation, academy and play book. If yes, then it would be a good idea to think about a training.
I have completed Appian Training Videos.
I am doing some POCs. In that I had some issues with XML reading.
Waiting for your answer .
I am not sure if you have mentioned some other different kind of Training.
OK. Maybe I missed it, but what is your question?
You mentioned that you will prepare PMs for XML reading for three Scenarios
"Then I would try to have three processes. One to fetch files from FTP, one to check for local files, one to do the XML work which will be called by the other two."
Yes, this is the design I would probably start with. In case we have a misunderstanding, I will not create that for you.
You had answered to my question and mentioned that you would be providing code for my doubt .