From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/CsvImport/CsvImportOptions.ui | 63 +++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 25 deletions(-) (limited to 'Plugins/CsvImport/CsvImportOptions.ui') diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index f0f2728..1ed0f49 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -7,13 +7,26 @@ 0 0 365 - 106 + 128 Form + + + + <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> + + + First line represents CSV column names + + + CsvImport.FirstRowAsColumns + + + @@ -46,23 +59,33 @@ - - + + + + Column separator: + + + + + - <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> + If enabled, then text value provided on the right will be interpreted as NULL - First line represents CSV column names + NULL values: - CsvImport.FirstRowAsColumns + CsvImport.NullValues - - - - Field separator: + + + + If your CSV data contains null values, define how are they represented in the CSV. + + + CsvImport.NullValueString @@ -79,26 +102,16 @@ - - + + - If enabled, then text value provided on the right will be interpreted as NULL + <html><head/><body><p>If enabled, the &quot; character will be interpreted as standard CSV value quotation mark, causing the string to be treated as single value until the next (ending) &quot; character. If disabled, the &quot; will be treated as any other character. Usually you want this to be enabled.</p></body></html> - NULL values: + Interpret " as a value quotation mark - CsvImport.NullValues - - - - - - - If your CSV data contains null values, define how are they represented in the CSV. - - - CsvImport.NullValueString + CsvImport.QuotationMark -- cgit v1.2.3