public String splitChar = "\t";
@Override
public void execute(String[] args) throws Exception {
if (query == null)
throw new XerialException(XerialErrorCode.MISSING_ARGUMENT, "no query is given");
// input
Reader in = null;
if (inputResource.equals("-")) {
in = new InputStreamReader(new StandardInputStream());