]
Barry LaFond closed TEIIDDES-2389.
----------------------------------
Resolution: Done
re-closing after target version changes
Add ui support for whole texttable no trim
------------------------------------------
Key: TEIIDDES-2389
URL:
https://issues.jboss.org/browse/TEIIDDES-2389
Project: Teiid Designer
Issue Type: Bug
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, release_notes,
verified_jbdsis-9.0.0.Beta
Fix For: 10.0, 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.