You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

From the mysql console, the ti_time_offsets table can be updated using syntax similar to the following:

Updating 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 with two columns.  The first column should have the run number and the second the trigger time offset value.

  • No labels