First off I used the JSON to Data operator, then I selected an attribute called reviews, it contains a string with the review and the Reviewer.
Format: "Review" Reviewer
it may also have ratings like 4.0/5. How do I split the review inside the "" from the reviewer. My goal is to split them both and turn the review attribute into an array that contains them both but separated. I may also want to separate the rating or disregard it.