Parameter | Description |
---|---|
File | The CSV file to be uploaded. Ensure the file adheres to the format requirements (e.g., correct delimiters, encapsulation of text fields). |
Primary Key | Specify the column in your CSV that will serve as the primary key. This is crucial for identifying unique records, especially if you plan to append or update data in the table in future. |
Delimiter | (Optional) The character used to separate fields in your CSV file (default is ,). |
Text Qualifier | (Optional) The character used to enclose text fields, especially if they contain the delimiter character (default is ”). |