CSV Parser pulling in a non-existant column

I have a chat completion prompt that creates a CSV for me. The header being returned by the prompt is:

Title|SourceName|Publication Date|Abstract|URL

However, the CSV parser that the response is fed to has Authors where there should be Abstract and Abstract where there should be URL. I previously had an Authors field but it was removed. The CSV Parser is set to simply take {{10.choices[].message.content}}.

I created a new parser and it works fine, so it appears that CSV Parser may cache a previous format? If that’s true, how can it be reset? Thanks very much.

It’s possible. Did you try deleting the CSV parser and recreating it? Or if that’s too long, duplicating it and deleding the original.

Finally, you could export your blueprint and inspect it to see if, indeed, the authors is still there. Then delete it in the saved blueprint and re-import the modified blueprint into a new scenario.

L

1 Like

Yes, that’s what I ended up having to do. Odd that it seemed cached though.

Yeah, it happenes sometimes.

L