]
Steven Hawkins commented on TEIIDDES-2780:
------------------------------------------
Format is only used by the ldap translator and then only for timestamp fields. Other than
that it could be used by a custom translator. This field existed all the way back in the
MMX days and I can't say for certain what the intention was behind it.
Use of Format property in Properties window in source model
doesn't seem to work
--------------------------------------------------------------------------------
Key: TEIIDDES-2780
URL:
https://issues.jboss.org/browse/TEIIDDES-2780
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0, 9.0.5
Reporter: Matus Makovy
Priority: Minor
Issue copied from BZ, original reporter is cvanball(a)redhat.com.
Description of problem:
We have a use case where we have to replace datatypes with alternate
For example
SHIPPING_DATE and RETURN_DUE_DATE on CUSTOMER_ORDER_LINE_COPY from DATE to string field
of 10 (dd-mm-yyyy) and name it STR_SHIPPING_DATE, STR_RETURN_DUE_DATE respectibly.
Version-Release number of selected component (if applicable):
N/A
Actual results:
Date are not conform the dd-MM-yyyy format. Iow no transformation done despite the fact
of Format property filled in
Expected results:
Date transformation to dd-MM-yyyy
mmakovy: I reproduced this with 10.0.0.Beta2, formatting doesn't work.