CSV headers can be converted with header_converters and lambda expressions, as shown in "Using Ruby CSV header converters". However, is there a way to specifically only convert say the first column, and leave the others untouched?
For example, assume my headers are
<random string>, head1, head2, headN
The value of <random string> may change between CSV files, and I'd like to change this header to some predetermined string, so that headers become
time, head1, head2, headN