How to parse the repsonse from OpenAI node. I am currently using openAI to classify Bank transactions into Category, Group, and Keyword… I have it set to return a JSON but the returned json is not formatted correctly. I haven’t been able to figure out how to use json or jmespath to correctly parse the data, so i guess my real question is how to use json or jmespath to parse this openai data:
I’m open to any other solution as well, as this part of the workflow is CRUICAL to my project! MUCH thanks in advanced for anyone who spend even a second helping me learn!