Hi everyone,
I have successfully configured my n8n workflow to process text, images, and audio received via WhatsApp. Now, I need to handle file attachments, specifically text files (.txt, .csv) or spreadsheets (.xls, .xlsx) sent through WhatsApp.
How can I read the contents of these files within my n8n workflow? Is there a specific node or method I should use to extract and process the data from the received file?
Thanks in advance for any guidance!