Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
titleUpdating Ti Time Offset
load data local infile '/path/ti_time_offsets.csv' into table ti_time_offsets fields terminated by ',' (run, ti_time_offset);

The input file should be a CSV format with two columns.  The first column should have the run number and the second the trigger time offset value.