TXT file to string

jarnow

Member
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
 

ArshilAhmad

Well-known member
Staff member
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.
 

ArshilAhmad

Well-known member
Staff member
Your concern is being addressed on this thread:
 

Fagun Shah

Well-known member
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
Can you provide URL of the sample text file that you're trying to parse?
 
Top