tsv_to_log

Converts a .tsv file to one or more transaction log cache files.

Required options

NameTypeDescriptionDefault
fromStringPath to the .tsv file to read in
toStringPath to the directory where the output files and corresponding .idx files should be written

All options

NameTypeDescriptionDefault
service_nameStringThe name of this service - used for logging.
fromStringPath to the .tsv file to read in
toStringPath to the directory where the output files and corresponding .idx files should be written
tableOne of Table(Optional) Name of the table being processed. If omitted, the table is assumed to be the filename of the input file.
quietInteger (unsigned)Don't print informational messages to stdout