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
11 replies
Subscribers
7 subscribers
Views
4534 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
I am trying to display Twitter feeds as a list of titles/hyperlinks. Previously,
wendys593
over 11 years ago
I am trying to display Twitter feeds as a list of titles/hyperlinks. Previously, this was done very easily by using a Twitter RSS feed, but that is no longer supported. I am able to use the Twitter API to get the feeds in JSON format, but am having difficulty parsing it using readjson, readjsonarray functions. Does anyone have any experience in doing this, or could help me with an expression to parse the data? I have also tried using the function jsontoxml to convert to xml and use xpath, but that also does not return results. Thanks in advance....
OriginalPostID-73475
OriginalPostID-73475
Discussion posts and replies are publicly visible
Parents
0
Kesava Kuchipudi
over 11 years ago
Thanks Malcolm. I have validated the response xml and it says no error found. We are using appian 6.7.1. My JSON data is having 59000 characters and xml representation is around 66850 in length.my actual data cap setting is at 10000 which means it did not failed to convert json to xml though the data is well above the limits. We tried everything possible and most likely will end up writing a custom function to extract the data from JSON representation directly to an array. I could see a plugin already in shared components and some reason it is not working as expected with json array representation.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Kesava Kuchipudi
over 11 years ago
Thanks Malcolm. I have validated the response xml and it says no error found. We are using appian 6.7.1. My JSON data is having 59000 characters and xml representation is around 66850 in length.my actual data cap setting is at 10000 which means it did not failed to convert json to xml though the data is well above the limits. We tried everything possible and most likely will end up writing a custom function to extract the data from JSON representation directly to an array. I could see a plugin already in shared components and some reason it is not working as expected with json array representation.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data