Hi everyone,
I’m working on a project that processes text files using the Ask an Assistant ChatGPT module. While I’ve successfully got it extracting key ideas and descriptions, I’m stuck on the database integration part.
Current Process:
- Process text file with ChatGPT module
- Extract key ideas and descriptions
- Get output in txt format IDEA:DESCRIPTION
- Convert text into Json ← not working ERROR: “Unexpected token I in JSON at position 0”
- Trying to loop through items to add to Aitable
What I’m Trying to Achieve:
I need to take the ChatGPT output and systematically add each idea to my Aitable database.
Could anyone suggest the best way to handle this?
I already tried json output + java script route but couldn’t get it to work