Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
8 subscribers
Views
1531 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Could any one please suggest how to read an XML file using any smart service?
subhojitm
Certified Associate Developer
over 11 years ago
Could any one please suggest how to read an XML file using any smart service?
Also is there any way to convert a base64 string to normal text string?...
OriginalPostID-73068
OriginalPostID-73068
Discussion posts and replies are publicly visible
Parents
0
srinivasank
Certified Associate Developer
over 11 years ago
Try the below expression to convert the XML file to text array. Then you can use 'joinarray' to get the elements as a single text.
xpathdocument(pv!XMLDocument,"/rootElement")
You can refer the link for more details
forum.appian.com/.../
For converting to Base64 to Text, I don't think smart service is available out of the box or as a plugin on forum. You may have to write a custom smart service for it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
srinivasank
Certified Associate Developer
over 11 years ago
Try the below expression to convert the XML file to text array. Then you can use 'joinarray' to get the elements as a single text.
xpathdocument(pv!XMLDocument,"/rootElement")
You can refer the link for more details
forum.appian.com/.../
For converting to Base64 to Text, I don't think smart service is available out of the box or as a plugin on forum. You may have to write a custom smart service for it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data