TXT file to string
Status: Open · Asked by jarnow on · 0 views
I have a URL to a .txt file
I want the contents of that .txt file to be sent to another destination
I'm struggling to understand how I can:
a) read the contents of the text file and convert it to a text string
OR
b) convert the contents into a base64 string
Hi @jarnow,
Please allow me some time to discuss the possibility of this use case with my team. We will get back to you with an update soon.
Your concern is being addressed on this thread:
https://forum.pabbly.com/threads/how-to-parse-content-of-text-file.5653/
I have a URL to a .txt file
I want the contents of that .txt file to be sent to another destinationI'm struggling to understand how I can:
a) read the contents of the text file and convert it to a text string
OR
b) convert the contents into a base64 string
Can you provide URL of the sample text file that you're trying to parse