tsv_to_log
Converts a .tsv file to one or more transaction log cache files.
Required options
| Name | Type | Description | Default |
|---|
| from | String | Path to the .tsv file to read in | |
| to | String | Path to the directory where the output files and corresponding .idx files should be written | |
All options
| Name | Type | Description | Default |
|---|
| service_name | String | The name of this service - used for logging. | |
| from | String | Path to the .tsv file to read in | |
| to | String | Path to the directory where the output files and corresponding .idx files should be written | |
| table | One of Table | (Optional) Name of the table being processed. If omitted, the table is assumed to be the filename of the input file. | |
| quiet | Integer (unsigned) | Don't print informational messages to stdout | |