Automatically export and optionally delete data

This function in the GainSeeker Utility module lets you export a selected range of data. Optionally, you can select to delete the data after it has been exported. The process is automated by using command line parameters. Once set up, the automated export be called from a shortcut or a scheduled task.

   

Tips

Export parameters

Type=

Export=

MonthsToRetain=

Delete=

Filter=

Command Line examples

The following parameters will export all SPC data that is older than two years and was entered as Shift 2. It will not delete the data after exporting it.

export="Q:\backup\data.xml"  type="spc"  monthstoretain=24  filter="shift 2"

 

The following parameters will export all DMS data that is older than 12 months and was entered for Machine 553221. It will delete the data after exporting it.

export="Q:\backup\machine_data.xml"  type="dms"  monthstoretain=12  filter="Machine 553221"  delete=yes

 

See also Automatically export control files

See also Table of all parameters