We currently have both an iPad and soon to be a silverlight application that both connect to an sql server database using the Odata protocol.
I customers often require to import data into our system from csv's, xls, xml etc. Previously we had a winforms application that we allowed the customers to import a data file and marry up to our database and perform the import. Now that we have an Odata service between the user and the database I'm wondering whether there is already a tool or method out there that we could provide to our user to import data into the system (interface)? Also being that some of our users are not "computer guru's" and the data import tool will need to have a pretty UI on top of it.
I looked into powerpivot, but other than being a great tool for retrieving data from the odata feed it doesnt seem that great for importing data into the odata feed.
Look forward to any advice people have on this issue.
Thanks