Input text file content into the database

Hello all.
I need to read a .txt file and input the content into the database in a text variable.
With the web view component, I can only download it, but I need to extract the content and pass it to a variable in the database.
Is it possible? thanks in advance.

I think you’d use make.com to receive the file,
parse the text, then send it to your adalo database via api.

Thanks. It´s possible to use make or zapier. I was trying to avoid API calls, but I think it will be necessary. Other possibility is to write a code in Python or Json to read the file and use it as an input to the database field.
Thanks.

1 Like