We have created a string field called IIQDisabled in the schema and added it in the SELECT statement as follows:
SELECT * ,case when laboralState=‘ACTIVE’ then ‘false’ else ‘true’ end as IIQDisabled FROM database.table
This is based on the documentation we found here: Loading Single Account Group in JDBC. The query works correctly when executed directly in the database. However, when performing the aggregation, the IIQDisabled field remains empty, and I fear this is why the relevant accounts are not being disabled. Any ideas on why this is happening?
Thank you, @gourab ! I have created the rule, but should this rule be placed within some connector attribute in the source? Or how is the rule inserted into the source, as I have never used it before?