How do I prevent files from being saved as .webarchive

Whenever I want to save files like .csv files that were open in a safari tab, it forces me to either name it as .csv.webarchive or .webarchive. Is there a way to disable this?


To answer the question about Saving in Safari:

When you are about to save a page you are viewing in Safari, you will find a Select option in the saving dialogue, that will let you choose the format you want to save the page.

By default it will be set as Web Archive. But you can change it to Page Source, so it will save on the source of the page, which in the csv case, it will save the csv file.

Next time, Safari will remember your last choice.

enter image description here


Here is another small tip, for downloading files like csv, pdf, mp3 etc, that are opened and viewable in a Safari tab/window and have been accessed directly through their urls (e.g. the url address in safari address bar is something like: www.example.com/mycsv.csv, or www.example.com/mymovie.mp4, and so on...)

  1. Go and click inside the address bar, so it gets active.
  2. Hold the ALT key down, and stroke once the ENTER key.

Safari will reload the current page, and immediately will start downloading the current file.


Webarchive (Wikipedia link) is a attempt to save the complete web page itself including all CSS and JavaScript files associated with it, not merely the CSV data displayed on the page.

If the site you are browsing contains a link to the file you need, you may be able to download it with an Option+Click or right click Download Linked File As...

I hope this helps!