data filter — Run data filters from the command line
java org.nhrg.tool.DataFilter [ -h ] [ -v ] [ -V ] { [ -c implementation-class] [ -x xml-description] } [ -i input ] [ -I input-mime ] [ -o output ] [ -O output-mime ]
Data filters can be run interactively directly from the command line, and scripted using this simple program interface.
The options are as follows:
the fully qualified name of a class, available from the CLASSPATH, that implements org.nhrg.data.DataFilter and that has to be applied to the data.
print help information and exit.
path or URL to the data source to filter.
MIME-type of the data source to process. Defaults to Abeles' SDF data format.
path or URL to where to store the processed data.
MIME-type of the format to use when saving. Defaults to Abeles' SDF data format.
print log to console.
print application version.
the path to an XML description of the filter to apply, that should be valid according to http://www.nhrg.org/schema/data.