Importing data using CSV files
You can import data from CSV files. For this format:
- The first row must be the field names, separated by commas. All spaces are replaced by underscores.
- Each record must be on a separate line of the file.