I’m trying to store each of the hash tags from a twitter post. They can be 0 or more and I’ve found the array via JSON but I’m not sure how to reference them other than via
$twitter.hashtags[0].text that’s not very dynamic… as I never know how many there will be. Here’s a screenshot showing that they are extracted via EvaluateJsonPath… but I’m not sure how to split the array for use now. http://prntscr.com/bxvse3 the plan is to do something with each tag, so they probably need to become their own flow file after being split up.. still learning! Sent from Mail for Windows 10
