Is there an OpenAI module that I can use to analyze google sheet or any word doc in Google Drive?
Yes this is very much possible with just Chatgpt’s Create a completion
module:
Step-by-Step Guide
1. Trigger the Scenario
Decide when the extraction should occur, such as:
- When a new file is added or updated in Google Drive.
- On a schedule (e.g., daily/weekly).
- Manually triggered.
2. Locate the Google Doc
Use the Google Drive module:
- Action: “Search for Files” or “Watch Files” in a specific folder.
- Filter: Restrict to
.docx
or Google Doc files.
3. Export the Google Doc Content
- Use the Google Drive - Download a File module.
- Set the MIME type to
text/plain
to export the file as plain text. - This will extract the entire text content of the Google Doc in a raw format.
4. Process the Text
- Use the Chatgpt - Create a completion module to analyse the output
what if my data is Google sheet?
The same retrieves the Google sheet then use Google Sheets search rows module to get the data from the sheet, map the data in a ChatGPT’s create a completion module and analyse the data