Interface IImportParams

Hierarchy

  • IImportParams

Properties

Async: boolean
CSVSettings: {
    Columns: string[];
    Delimiter: string;
    IsRecordQuoted: boolean;
    IsTitleRow: boolean;
}

Type declaration

  • Columns: string[]
  • Delimiter: string
  • IsRecordQuoted: boolean
  • IsTitleRow: boolean
DataMapping: any
DeleteNonupdatedEntities: boolean
EntityType.ID: string
ImportMode: string
Layers: number[]
OriginalCSVFile.Name: string
SkipFailedEntities: boolean
SkipUnresolvedRows: boolean
TargetDataSchema: any
TempFile.ID: string

Generated using TypeDoc