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

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
  • Comment on Re^2: Split tab-separated file into separate files, based on column name
  • Download Code

Replies are listed 'Best First'.
Re^3: Split tab-separated file into separate files, based on column name
by Corion (Patriarch) on Aug 26, 2020 at 11:59 UTC

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