]
Steven Hawkins commented on TEIID-1712:
---------------------------------------
What is the desired target release for this? The code change is quite simple to allow
null values for non-existent columns, unless we want to preserve the exceptional behavior
- in which case a new TEXTTABLE switch is needed.
Support different length records in files for modeling
-------------------------------------------------------
Key: TEIID-1712
URL:
https://issues.jboss.org/browse/TEIID-1712
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 7.1.1
Environment: Fedora 14, OpenJDK 1.6, JBDS 4 GA
Reporter: Joel Tosi
Assignee: Van Halbert
Priority: Minor
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: