Case: in BI we have only 4 declarations from NAZK, while there are more.
Looks like organization_group equals "НАЗК" only if declarant wrote exactly "НАЗК", not "Національне агенство з питань запобігання корупції". However, the rules of creation of organization_group contain also check for "нацагзапкорупц" (where is the sequence of any characters of any length).
Looks like there is an error in mapping:
('workPlace', r'нац*аг*зап*корупц', 'НАЗК')
does it miss "." before "*" or something like that?
Case: in BI we have only 4 declarations from NAZK, while there are more.
Looks like organization_group equals "НАЗК" only if declarant wrote exactly "НАЗК", not "Національне агенство з питань запобігання корупції". However, the rules of creation of organization_group contain also check for "нацагзапкорупц" (where is the sequence of any characters of any length).
Looks like there is an error in mapping:
('workPlace', r'нац*аг*зап*корупц', 'НАЗК')
does it miss "." before "*" or something like that?