I currently export reports from a website as a 'csv' file. But, when I open them I get this pop up message:
The file you are trying to open, 'Jul2015.csv', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?
I click 'yes' and the file opens in some sort of 'xls' format. So I save as a 'csv' format and when I report the newly saved file it follows the 'csv' format.
So my question is, how can I in python open the initial exported report and save as a 'csv' so I can avoid the inconsistent formatting?
Thanks