N°6086 - CSV import: Treat first line as a header

This commit is contained in:
Benjamin Dalsass
2024-02-28 17:04:35 +01:00
parent 76167a3d54
commit d15a0a0070
3 changed files with 35 additions and 27 deletions

View File

@@ -692,6 +692,7 @@ We hope youll enjoy this version as much as we enjoyed imagining and creating
'UI:CSVImport:TreatFirstLineAsHeader' => 'Treat the first line as a header (column names)',
'UI:CSVImport:Skip_N_LinesAtTheBeginning' => 'Skip %1$s line(s) at the beginning of the file',
'UI:CSVImport:CSVDataPreview' => 'CSV Data Preview',
'UI:CSVImport:Column' => 'Column %1$s',
'UI:CSVImport:SelectFile' => 'Select the file to import:',
'UI:CSVImport:Tab:LoadFromFile' => 'Load from a file',
'UI:CSVImport:Tab:CopyPaste' => 'Copy and paste data',