]
Barry LaFond resolved TEIIDDES-2389.
------------------------------------
Resolution: Done
master:
Add ui support for whole texttable no trim
------------------------------------------
Key: TEIIDDES-2389
URL:
https://issues.jboss.org/browse/TEIIDDES-2389
Project: Teiid Designer
Issue Type: Enhancement
Components: Import/Export, Patch Release, Teiid Integration, Transformations
Environment: Teiid 8.8.0 Final
Reporter: Shiveeta Mattoo
Assignee: Barry LaFond
Labels: File-connector, TEXTTABLE, TRIM
Fix For: 9.2.1
TEIID-3167 allows for NO TRIM to be specified against the whole texttable regardless of
whether it is fixed width or delimited. If delimited, then unqualified entries will not
be trimmed. For example:
a , "b"
would be parsed as
a ,b - such that the space is preserved after a, but the qualified entry is unaffected.