I have a file:inbound-endpoint where excel file will be coming in. I need to insert excel records into database. I read this answer
How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio
and it shows how to insert csv records into database.
- Do I need to convert
exceltocsvfirst? If yes, can I do that just usingMule Community Edition?