protected void collect( TupleEntry tupleEntry ) throws IOException
{
if( pathFields != null )
{
Tuple pathValues = tupleEntry.selectTuple( pathFields );
String path = pathValues.format( pathTemplate );
getCollector( path ).add( tupleEntry.selectTuple( parentFields ) );
}
else
{