]
Steven Hawkins resolved TEIID-3167.
-----------------------------------
Resolution: Done
Added a general NO TRIM option for the entire text table and updated the reference.
Enhance TEXTTABLE to support TRIM as a configurable option for
Delimited Text Files
-----------------------------------------------------------------------------------
Key: TEIID-3167
URL:
https://issues.jboss.org/browse/TEIID-3167
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Environment: Teiid 8.8.0 Final
Reporter: Shiveeta Mattoo
Assignee: Steven Hawkins
Labels: File-connector, TEXTTABLE, TRIM
Fix For: 8.10
In case of Delimited text files, currently, we always TRIM the input data.
The enhancement request is to make this behaviour configurable, and let user determine,
whether the leading or trailing spaces for the column text should be trimmed or not.
Refer thread
https://developer.jboss.org/message/905658?et=watches.email.thread#905658
for complete background discussion.