Convert to text

Hello, how do i convert these data to text? what I mean by text is transform the data inside and send those data to a telegram channel. Thank you

here is my workflow:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

What i have to do is to just get the data inside that file to transform to text and send that text to a telegram channel

Add an extract node that will be used to get te files in your desired format

3 Likes

Thank you! I already did and it worked, how about on how do i send that extracted data to telegram as “Send message”?

cause it only shows like this
image
image

Try this

1 Like

You had the text but converted it to binary without converting it back to text or json

1 Like

Thank you so much! It was a great help!

1 Like

You are welcome @Everett_Sobinsky

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.