Option splitLocationOpt = obuilder.withLongName("splitLocation").withRequired(false).withArgument(
abuilder.withName("splitLoc").withMinimum(1).withMaximum(1).create()).withDescription(
"Location for start of test data expressed as a percentage of the input file size (0=start, 50=middle, 100=end")
.withShortName("sl").create();
Option randomSelectionSizeOpt = obuilder.withLongName("randomSelectionSize").withRequired(false).withArgument(
abuilder.withName("randomSize").withMinimum(1).withMaximum(1).create()).withDescription(
"The number of itemr to be randomly selected as test data ").withShortName("rs").create();
Option randomSelectionPctOpt = obuilder.withLongName("randomSelectionPct").withRequired(false).withArgument(
abuilder.withName("randomPct").withMinimum(1).withMaximum(1).create()).withDescription(