When I am loading a target table, some fields are being explicitly set to NULL, as per the business requirements. Reporting requires that all target fields with NULL values be set to at least a single space for string fields, 0 for numeric fields.
What is the easiest way to achieve this ? Thanks.
What is the easiest way to achieve this ? Thanks.