Output file
Syntax
Section titled “Syntax”splitby --output <FILE> [selection...]What it does
Section titled “What it does”Writes output to the provided file path.
Examples
Section titled “Examples”splitby -i ./data.csv -d "," 1 -o ./names.txtsplitby --output <FILE> [selection...]Writes output to the provided file path.
splitby -i ./data.csv -d "," 1 -o ./names.txt