CSV
Comma-Separated Values
A plain text file format that stores tabular data with values separated by commas. CSV files are the primary format used for importing and exporting data in Salesforce via Data Loader and Data Import Wizard.
Example use case
An admin prepares a CSV file of 10,000 Account records and uses Data Loader to bulk-import them into Salesforce.