Data can be exported from Salesforce to .csv the files . Salesforce provides two methods for exporting data:
- Salesforce Data Export: This is an online tool available through Setup. It has a very simple interface, just like the Data Import Wizard. It lets you export data from any object. Exports can be scheduled on a weekly or monthly basis. When a scheduled export is ready for download, you will receive an email notification containing a link that allows you to download your file(s), and you can also access this link from the export page.
- Data Loader: Data Loader is a client application that you need to install. The tool accesses your org through the Salesforce API and lets you export any data. It comes with its own UI, but ...