interface IngestTransformInput<T> {
    mappedDoc: Partial<T>;
    record: Record<string, unknown>;
    recordIndex: number;
}

Type Parameters

  • T

Properties

mappedDoc: Partial<T>

The mapped document to save

record: Record<string, unknown>

The original parsed record

recordIndex: number

The 0-based index of the record in the data