0

My question is simple. I used to download csv file after doing request thanks to PgAdmin 4 but now have no choice in the "file type" and can only download with the type "ALL Files". I really need those excel files. Could you help please?

Thank you

delalma
  • 838
  • 3
  • 12
  • 24
  • Possible duplicate of [pgadmin4 - Download Query result as CSV](https://stackoverflow.com/questions/44306035/pgadmin4-download-query-result-as-csv) – ashleedawg Jan 09 '18 at 07:12
  • There was a [known issue](https://redmine.postgresql.org/issues/2253) related to exporting CSV's that was fixed in [pgAdmin 4 v1.5](https://www.pgadmin.org/download/pgadmin-4-windows/) (released May 19, 2017). Which version are you running? – ashleedawg Jan 09 '18 at 07:15
  • Sorry for that. I am running verison 2.0. But it worked until recently... Thanks – delalma Jan 09 '18 at 07:20
  • ashleedawg, the problem mentioned seems to be different – delalma Jan 09 '18 at 07:23
  • What happens when you enter a filename ending with `.csv` in the _"All Files"_ dialog? – ashleedawg Jan 09 '18 at 08:00
  • You are so good, thank you so much. It works. – delalma Jan 09 '18 at 08:27

1 Answers1

0

Enter a filename ending with .csv in the "All Files" dialog, like:

c:\yourPath\yourExportFilename.csv
ashleedawg
  • 20,365
  • 9
  • 72
  • 105