CsvParseFn
API Reference / privatefolio-backend / interfaces / CsvParseFn
CsvParseFn = (
csvRow,index,fileImportId,parserContext,header) =>ParserResult
Defined in: interfaces.ts:485
Parameters
Section titled “Parameters”csvRow
Section titled “csvRow”string
number
fileImportId
Section titled “fileImportId”string
parserContext
Section titled “parserContext”Record<string, unknown>
header
Section titled “header”string