I am wondering what the best approach is (if any) to handle this scenario:
I will set up a mail enabled library to which an external party can send emails with a csv file attached.
What i want to do next is, on each received file into this library (or even once a day process them all) use this csv file and import it into a list for easier viewing.
I was thinking to create a custom workflow on item added that opens the csv file and imports it into another list.
Are there better/easier setups?