import either strict or allows for normalization
This commit is contained in:
@@ -590,6 +590,13 @@ import-err-first-row = The first CSV row must contain only selected table names.
|
||||
import-err-header-lengths = Table and column header rows have different lengths.
|
||||
import-err-row-width = A CSV data row has a different number of fields than the header.
|
||||
import-err-no-data-rows = CSV contains headers but no data rows.
|
||||
import-err-header-padded = Header '{ $header }' has spaces around it, so it is not the column '{ $trimmed }'. Remove them, or use “Normalize headers”.
|
||||
import-err-duplicate-header = Header '{ $header }' appears twice for the same table, so it is not clear which column the values belong to.
|
||||
import-err-column-near-match = Header '{ $header }' is not a column of table '{ $table }', but '{ $column }' is - they differ only in spacing or capitalisation. Fix the header, or use “Normalize headers” to rewrite it and see the result before importing.
|
||||
import-normalize = Normalize headers
|
||||
import-normalize-hint = Rewrites the header rows to the table's own column names. Nothing is imported - you see the changed CSV first.
|
||||
import-normalized-message = Headers rewritten. Read the CSV below before importing it.
|
||||
import-normalized-unchanged = Headers already match the table exactly; nothing was changed.
|
||||
import-err-missing-type = Missing type for column '{ $column }'
|
||||
import-err-permission = Import permission is required. A table also needs insert permission before it can be loaded.
|
||||
import-err-unterminated-quote = CSV contains an unterminated quoted value.
|
||||
|
||||
Reference in New Issue
Block a user