Home > @datashaper/schema > ConvertArgs
Signature:
export interface ConvertArgs extends InputColumnArgs, OutputColumnArgs Extends: InputColumnArgs, OutputColumnArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| delimiter? | string | (Optional) Delimiter to use for identifying decimals when converting strings to numbers. | |
| formatPattern? | string | (Optional) Format string to use when converting strings to dates. Follows strptime format. | |
| radix? | number | (Optional) Radix to use for parsing strings into ints | |
| type | ParseType | Output type to convert the column values to. |