ColumnTransformer interface
Column transformer parameters.
Properties
fields | Fields to apply transformer logic on. |
parameters | Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format. |
Property Details
fields
Fields to apply transformer logic on.
fields?: string[]
Property Value
string[]
parameters
Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format.
parameters?: Record<string, unknown>
Property Value
Record<string, unknown>