{{ 'XP.Xpert.BulkImport' | translate: { Default: 'Bulk Import' } }}
@if (file()) {
{{ file().name }}
} @else {
{{ 'XP.Xpert.DragDropCsv' | translate: { Default: 'Drag and drop your CSV file here, or ' } }} {{ 'XP.Xpert.Browse' | translate: { Default: 'Browse' } }}
}
{{ 'XP.Xpert.MemoryCsvMustContain' | translate: { Default: 'The CSV file must conform to the following structure:' } }}
@switch (type()) { @case (eLongTermMemoryTypeEnum.QA) {
question answer
question 1 answer 1
question 2 answer 2
} @case (eLongTermMemoryTypeEnum.PROFILE) {
profile context
profile 1 context 1
profile 2 context 2
} }
{{ 'XP.Xpert.DownloadTemplateHere' | translate: { Default: 'Download the template here' } }}
@if (loading()) { }