Hide Forgot
project_key: SOA If I try and model a file where there are differing length records, I get an error, i.e. No value found for column "EMPTY_VALUE" in the row ending on text line 1 in file... Instead I would expect to see null values. For example, if this is my file (CSV) HEADER,KEEP,THESE,VALUES,NOT,COLUMN,NAMES Data, more data, other data, 2, 3, 4, 5, more data, what else, more data, and, so, on I can read the file in but trying to model it gives me the error mentioned above.
Link: Added: This issue Cloned to SOA-3270
This can simply be an under the covers changes, which could be viewed as a bug fix to allow missing columns if they occur at the end of values. Or an enhancement that would add a switch to texttable to allow missing columns. I'm leaning toward the former. It's unlikely that anyone is relying on Teiid to formally validate the number of column entries in delimited mode.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage
Tested and closed!