chaprola_merge
Merge two sorted data files into one using a merge key, requiring identical file formats.
Instructions
Merge two sorted data files into one. Both must share the same format (.F)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Merge key field | |
| file_a | Yes | First data file | |
| file_b | Yes | Second data file | |
| output | Yes | Output file name | |
| project | Yes | Project name |