External module "core/apply-data"
Variables
Const logger
logger
: Logger = getLogger(__filename)
Functions
applyData
- applyData(collection: Collection, dataSpec: DataSpec, dataPath: string): Promise<void>
-
Parameters
-
collection: Collection
-
-
dataPath: string
Returns Promise<void>
processDataArr
- processDataArr(collection: Collection, dataSpec: DataSpec, dataArr: any[]): Promise<void>
-
Parameters
-
collection: Collection
-
-
dataArr: any[]
Returns Promise<void>
processJsonl
- processJsonl(collection: Collection, dataSpec: DataSpec, fileStream: Interface): Promise<void>
-
Parameters
-
collection: Collection
-
-
fileStream: Interface
Returns Promise<void>