Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Im new to Talend. I did a sample DQ column analysis with user defined Patterns for a email id validations.
for we time it ran with out any issue. but after sometime I stared to get this error msg: An internal error occurred during: "Run Analysis".
Index: 0, Size: 0:
Not sure what caused it? can you please help me
Hello,
Could you please post some screenshots of your column Set Analysis? Could you please clarify in which Talend version/edition you are?
Best regards
Sabrina
Hi Sabrina,
version is 7.1 DQ- (TOS_DQ-20181026_1147-V7.1.1) and below are the screenshots.
for mobile number(3rd screenshot) I have written simple regex to check for format :'(\\+91(-)?|91(-)?|0(-)?)?(9)[0-9]{9}|(\\+91(-)?|91(-)?|0(-)?)?(8)[0-9]{8}|(\\+91(-)?|91(-)?|0(-)?)?(7)[0-9]{7}'
which worked for first few runs and then it throw error and that pattern setting sheet is not opening .. not sure how it got
Regards.
hello
maybe you can try to create your pattern under Patterns-->Regex, not under SQL
thanks