Experts -
We have the need to create a lot of pretty simple reports (with minor variations from report to report) out of a sql server db, that end up as row/column Excel files. For example "give me all claims for provider abc in date range xyz". To streamline this process I am contemplating scheduling a data extract via Alteryx and then creating an Analytic app to sit on top of it where users can go and put in their own parameters.
My question is, what is the best format for this extract? A .csv file? Are there any other options that might have increased performance?
Thanks in advance!