How can i extract data from file like csv, xlsx?

I am currently designing a workflow to automate the extraction and merging of data from CSV and XLSX files, but I’m facing significant trouble reading those files. Can anyone help me with this solution?

Hi @cepheuns22, welcome to our community :star:

how big is the file you are trying to read? I tried with a small xls file and it worked.
If you can tell us the file full extension + the file size, it would help us replicate and solve the issue, also if the file isn’t private and you don’t mind sharing it, that would make things easier.


@Abdul Thanks for your support. I’m running into a similar issue with the flow: trigger → read file → convert to JSON → output.

As you can see in the screenshot, I have to follow this flow because of the CSV format.

Do you know if there’s a better or more efficient solution for this?