{
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
{
addTable( schemaName, tableName, identifier, fields, null, null );