Import a Comma-Separated Values (CSV) file with teams data. The file content must have 1 record per line and columns separated by commas, semi-colons or tabs. Separators are automatically detected. An optional header line may assign a names to columns. The type of each column is automatically inferred from the headers, if possible. Available types are the following.
If an header line is not available, or if types cannot be inferred from headers, then you must assign a type to each column. Even if a type for every column is automatically inferred you should always double check them and make the appropriate changes, if needed. |