• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

How to parse content of text file

wibbler

Member
I have a text file on Google Drive. How do I get Pabbly to parse/extract the text contents of it?

I can get Pabbly to find the file, but not find the contents of the file so that I can parse it.

(Bonus points: The text file was originally an email attachment. If Pabbly can get the attachment from the Email Parser and then parse the text from the attachment all in the same workflow, even better!)
 
P

Pabblymember11

Guest
Hey @wibbler

We looked into your use case and there is no action event available to retrieve the text content from any file extension.
 
P

Pabblymember11

Guest
Hey @wibbler

Both the File and Email content are different things where Email contains Text-driven content which can be retrieved and extracting text content from an attachment wouldn't be possible as of now.
 
P

Pabblymember11

Guest
Any updates on this; do we have options for parsing text from files?

Kindly try using the Google Cloud Vision API to extract text from the image file.

1713159626658.png


If you're attempting to extract text from a PDF, PDF.co can be used for text extraction.

1713159852911.png
 

apps

Member
I'm also very curious about this. I simply want to extract a URL from inside a text file. The text file does not have other data than simply the url.
 

apps

Member
I don't have a workflow because I don't know how to do this. I want to read the content of this attached text file as an example and take the content of this file and use it as URL later in the flow..
 

Attachments

  • URL.txt
    84 bytes · Views: 8

Preeti Paryani

Well-known member
Staff member
Hello @apps,

You can process a PDF file using PDF.co with the "PDF to Anything Converter" action, which allows you to extract the content in JSON format as shown in an above attached screenshot.

Alternatively, you can use OpenAI's "Extract Content from PDF" action to achieve the same result.

1743068763624.png
 
Top