{{'PAC.Xpert.BulkImport' | translate: {Default: 'Bulk Import'} }}
@if (file()) {
{{file().name}}
} @else {
{{'PAC.Xpert.DragDropCsv' | translate: {Default: 'Drag and drop your CSV file here, or '} }} {{'PAC.Xpert.Browse' | translate: {Default: 'Browse'} }}
}
{{'PAC.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
} }
{{'PAC.Xpert.DownloadTemplateHere' | translate: {Default: 'Download the template here'} }}
@if (loading()) { }