diff --git a/nifi/sql/load/05_dim_organization.sql b/nifi/sql/load/05_dim_organization.sql index 09e63a0..746be03 100644 --- a/nifi/sql/load/05_dim_organization.sql +++ b/nifi/sql/load/05_dim_organization.sql @@ -5,6 +5,6 @@ VALUES ( NULLIF('${region}', ''), NULLIF('${country}', ''), NULLIF('${club_partner_status}', ''), - TO_NUMBER(NULLIF('${founded_year}', '')), - TO_NUMBER(NULLIF('${social_media_followers_m}', '')) + TO_NUMBER(NULLIF('${founded_year}', ''), '9999'), + TO_NUMBER(NULLIF('${social_media_followers_m}', ''), '9990.99', 'NLS_NUMERIC_CHARACTERS=''.,''') )