Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Convert(VARCHAR(10), DomAtyVisitDateEnt, 112) AS - gets me the desired results in T-SQL.
Should I use tFilterRow ?
What is the method to valid the string pattern ?
How should I declare the data type for this field in my source input file ?
TalendDate.parseDate("MM/dd/yyyy",06/26/2008)
Convert(VARCHAR(10), DomAtyVisitDateEnt, 112) AS - gets me the desired results in T-SQL.
If the latter, am I editing the schema on the component itself?