json_to_log
Converts a .json file to a transaction log file.
Required options
| Name | Type | Description | Default |
|---|
| from | String | Path to the .json file to read in | |
| to | String | Path to the output log file to be written. An index file will be written to the same path with a .idx suffix. | |
All options
| Name | Type | Description | Default |
|---|
| service_name | String | The name of this service - used for logging. | |
| from | String | Path to the .json file to read in | |
| to | String | Path to the output log file to be written. An index file will be written to the same path with a .idx suffix. | |