| |
Logs Tab
CSV Logging Options
Log Recording
Instead of Logging to a Database, or along with, it is possible to log your recordings to a Comma Separated Value file. This logging will not replace any lines in the selected file.
CSV files can then be read into Spreadsheets or used in conjuction with other files.
Simply specify the file name, (if it does not exist it will be created at the end of the next recording).
CSV Line to INSERT
Specify what you require to be inserted into the CSV file. An example insertion line follows:
- date%,%time%,%channel%,%filename%,%folder%,%duration%,%dial/data%,%md5%,Computer1
- Keywords that vrs uses include: %date%,%time%,%channel%,%filename%,%folder%,%duration%,%dial/data%,%md5%
- Extra fields may be used to store further information like : UserName, ComputerName etc, providing a value instead of a keyword.
- to use your own fields please remember to place % around each other word you wish to insert. eg: %MyComputer%
|