splitLinesByKey

Write input lines to multiple output files using fields as a random selection key.

Each input line is written to an output file. The output file is chosen using fields as a key. Each unique key is assigned to a file. All lines having the same key are written to the same file.

void
splitLinesByKey

Meta