@terascope/data-mate / adapters/function-adapter/validators/field/wholeFieldRow
adapters/function-adapter/validators/field/wholeFieldRow
Functions
wholeFieldValidationRowExecution()
wholeFieldValidationRowExecution<
T>(fnDef,configs): (input) =>Record<string,unknown>[]
Defined in: data-mate/src/adapters/function-adapter/validators/field/wholeFieldRow.ts:11
Type Parameters
| Type Parameter |
|---|
T extends Record<string, any> |
Parameters
| Parameter | Type |
|---|---|
fnDef | FieldValidateConfig<T> |
configs | InitialFunctionContext<T> |
Returns
(
input):Record<string,unknown>[]
Parameters
| Parameter | Type |
|---|---|
input | Record<string, unknown>[] |
Returns
Record<string, unknown>[]