csvlog2sql

Index Home MAE > MAE Architecture > MAE Utilities > csvlog2sql

csvlog2sql

This command converts a CSV file of log messages into SQL INSERT statements. The first line of headers is ignored. The second and successive lines are expected to be in the format of:

date,logentry

where date is optional.  If date is omitted, then the date from the previous line is used.

The command syntax is:

csvlog2sql table [settingid [campaignno]]