Hello
@Preeti Paryani
Following is my use case. To convert an unstructured text file into a structured table format and upload the details in a Google Sheet
Process followed:
Trigger - A text file is uploaded in a specific google drive folder. (This file is a WhatsApp Group Message file which is unstructured and contains product listings by each group member along with description)
Action - API (Pabbly) - I am running this module to extract the complete text from the file
OpenAI - I am running this module to convert the text into a tabular format such that each product will be listed as a single line item. Each file will contain 100's of product listings
Google Sheet - I want each and every product details to be captured in the Google sheet. (Currently only a single line item is being uploaded in the sheet)
I hope I could clarify it for you. Please let me know if you need any other information