in reply to Split tab-separated file into separate files, based on column name

See part - split up files according to column value and/or App::part for a program doing that.

  • Comment on Re: Split tab-separated file into separate files, based on column name

Replies are listed 'Best First'.
Re^2: Split tab-separated file into separate files, based on column name
by Anonymous Monk on Aug 26, 2020 at 11:58 UTC
    Will "part" split the file vertically? Because, in my example, the desired output would be:
    * FILE "id" with values 1 2 3 * File "name" with values Nick George Christina * File "position" with values boss CTO CEO

      Oh - sorry, no - this is for splitting a file horizontally according to a column value, not vertically.