UNPKG

@giorgi-g/csv-parser

Version:

CSV parser for migrations with Sequelizer

12 lines (11 loc) 287 B
export interface CSVParserOptions { mapKeyIndexes?: number[]; mapKeySeparator?: string; classPath?: string; classObjectGetterName?: string; delimiter?: string; rootDir?: string; rootEnv?: string; fileExtension?: string; mergeMapKeyValues?: boolean; }