I am trying to display Twitter feeds as a list of titles/hyperlinks. Previously,

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
  • 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.
Reply
  • 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.
Children
No Data