When you create a pipeline that pipes an external data source (like a database table) into a regular expression which uses inline flags (like (?i)), Strukt will freeze.
If you need to do this, add a comment here, and I'll try to help. There's no general workaround, but there may be a workaround for your specific case.
When you create a pipeline that pipes an external data source (like a database table) into a regular expression which uses inline flags (like
(?i)
), Strukt will freeze.If you need to do this, add a comment here, and I'll try to help. There's no general workaround, but there may be a workaround for your specific case.
The next release of Strukt will fix this bug.