tw_query
The tw_query
utility enables you to extract data using a query. The information can be output in CSV or XML format using one of the available arguments.
To use the utility, type the following command at the $TIDEWAY/bin/
directory:
tw_query [options] query
where:
- query is the data you want to extract from the Search service.
- options are any of the options described in the following table and the common command line options described in Using command line utilities.
Command Line Option | Description |
---|---|
| Specifies that the output of the query will be saved in .CSV format |
| Specifies the delimiter character used in .CSV files |
| Specifies the name of the .CSV output file |
| Dump to files specified in first column |
| Do not output column headings |
| Specifies the name of the partition to query |
| Specifies the name of the search service |
| Reports the time taken to perform the query |
| Specifies that the output of the query will be saved in .XML format |
Comments