Hi,
I think I understood, but still you can check in the SQL query the empty string, for example:
WHERE <fieldname> = ''
or, of it is on application level in the transformation, you can create
a custom function and in it check the String.IsEmptyOrNull property.
Best regards,
Juraj Ondrus