{{ csvFile.name }}
{{ 'file-attributes-csv-import.total-rows' | translate: { rows: parseResult?.data?.length } }}
{{ 'file-attributes-csv-import.key-column' | translate }} {{ field }}
{{ 'file-attributes-csv-import.available' | translate: { value: parseResult?.meta?.fields.length } }} {{ 'file-attributes-csv-import.selected' | translate: { value: activeFields.length } }}
{{ field.csvColumn }}
{{ getEntries(field.csvColumn) }} entries
Sample: {{ getSample(field.csvColumn) }}
{{ 'file-attributes-csv-import.csv-column' + (previewExpanded ? '' : '-preview') | translate }}
{{ 'file-attributes-csv-import.no-sample-data-for' | translate: { column: hoveredColumn } }}
{{ row }}
{{ 'file-attributes-csv-import.cancel' | translate }}