protected TupleEntryIterator getTable( String tableName ) throws IOException
{
Tap tap = getPlatform().getDelimitedFile( ",", "\"", new SQLTypeResolver(), TEST_ROOT + tableName + ".tcsv", SinkMode.KEEP );
tap.retrieveSourceFields( getPlatform().getFlowProcess() );
return tap.openForRead( getPlatform().getFlowProcess() );
}
protected void addTable( String schemaName, String tableName, String identifier, Fields fields ) throws Exception