• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to parse content of text file

wibbler

Active 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.
 

ArshilAhmad

Moderator
Staff member
Could you please share the Workflow URL where you have the text file from which you are looking to extract the data?
 

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: 20

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