Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.09 KB

File metadata and controls

22 lines (15 loc) · 1.09 KB

Home > @datashaper/schema > ConvertArgs

ConvertArgs interface

Signature:

export interface ConvertArgs extends InputColumnArgs, OutputColumnArgs 

Extends: InputColumnArgs, OutputColumnArgs

Properties

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.