Invalid regular expression found - even after changing data.coldelimiter
See original GitHub issueHi everyone,
Don’t know if this fits here but since 3 days I’m trying to get vizalerts working.
When I launched the exe the first time after setting everything up, following the installation instruction, I always get the following error message back :
email body: Could not process source viz data from VizAlertsConfig/ScheduledTriggerViews for the following reason:<br/><br/>Invalid regular expression found. Could not evaluate expres sion '' in the field allowed_from_address. Raw error:<br/><br/>allowed_from_address
After googling this error is changed the data.coldelimiter into ‘;’ as the generated CSV uses semicolons as column separator. But I still get the same error. I also checked my REGEX entries and these seems fine too.
Don’t know what to do. Here are the logfile, the vizalerts.yaml and a screenshot of the workbook. Hope you can help me. vizalerts.zip
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Dear @mcoles,
You were right. With version 2.1.1. everything works fine.
Glad to hear it! Looks like we have a bug to fix–thanks for reporting it!