awk_process
Process files using AWK for column manipulation, calculations, or conditional processing to perform complex operations without full file replacement.
Instructions
Process files using AWK for more complex operations like column manipulation, calculations, or conditional processing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Input file path | |
| script | Yes | AWK script to execute | |
| outputFile | No | Output file path (optional, defaults to stdout) |