blob: 06516931801c95df56dbcff3679d5a73e1b11824 [file] [log] [blame]
{
version: '1.0',
defaultSchema: 'CUSTOM_TABLE',
schemas: [
{
name: 'CUSTOM_TABLE',
tables: [
{
name: 'EMPS',
type: 'custom',
factory: 'net.hydromatic.optiq.impl.csv.CsvTableFactory',
operand: {
file: 'target/test-classes/sales/EMPS.csv',
smart: false
}
}
]
}
]
}