Test if column is empty after loading the data?
Hi, I've an importer that loads a CSV in order to fill a table (schema).
We're currently using a test activity to test if there is full data on all columns, but how to do the same of only 1 or n columns?
Our current test activity content:
vars.recCount > 0
how to do test : if "emailcomercial" is empty or celularcomercial is empty end the workflow?