1

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.

  1. Do I need to convert excel to csv first? If yes, can I do that just using Mule Community Edition?
Community
  • 1
  • 1
Charu Khurana
  • 4,511
  • 8
  • 47
  • 81

1 Answers1

0

I believe you would need the Enterprise Edition (DataMapper) for out-of-the-box Excel support. But you can of course create a custom transformer with something like Apache POI. If you do this, you will not need the CSV phase.

Anton Kupias
  • 3,945
  • 3
  • 16
  • 20