I’ll give that a try. Thanks!
The LLM (Gemini Pro) does work, but returns everything in a single bundle with an array for each of the properties that I’m grabbing (transaction date, posting date, description, amount). See attached. I don’t know how to take that one payload and re-organize so that each object instance represents a single transaction with all the transaction information (transaction date, posting date, description, amount).

