I need to cast a string back into an array. The LLM function originally used to extract an array of arrays from a list of exercises, then used AIP to generate transforms to flatten the arrays, then explode the flattened array. Though that made it a string value and I don’t know how to stop it from doing that.
The resulting string value in the row is in this format:
[“depth jump”,“De. Ju.”,“Assistance”,“Fundamental”,“Group 13”,“General leg exercises”,“82”]
I’m trying to cast that back into an array in order to do Array Position and extract elements to their own columns. AIP generate can’t figure out how to do it, or I don’t know the magic words to do it.