Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
NNot_defined1630557722

Unsupported use of regular expressions on this database _TOS for Data Quality

I’m new to talend and trying to use the profiler tool to analyse data in Database using MS SQL Server. I'm using regex patterns to check if datatype in a field is datetime. When I choose Regex_Date, i encounter an error. How should I fix this?

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

Microsoft SQL server does not natively support regular expressions. After you create the regular expression function, you should use the studio to declare that function in a specific database before being able to use regular expressions on analyzed columns.

Please have a look at this online documentation about: TalendHelpCenter: creating-regular-expression-function-on-sql-server

Best regards

Sabrina