schema.mergeargs.md
May 15, 2024 ยท View on GitHub
Home > @datashaper/schema > MergeArgs
MergeArgs interface
Signature:
export interface MergeArgs extends InputColumnListArgs, OutputColumnArgs, SourcePreservingArgs
Extends: InputColumnListArgs, OutputColumnArgs, SourcePreservingArgs
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| delimiter? | string | (Optional) Delimiter to use when merging columns into a string. This is only necessary if MergeStrategy.Concat is used. If it is not supplied, the values are just mashed together. | |
| strategy | MergeStrategy | Strategy to use for merging the input columns |