Good day. I need some help. I have a CSV file that contains data as shown on the uploaded image.
The fields are Key, first_name, last_name, city, gross salary.
Some of the columns contains data that shows as null on the CSV file.
I want to filter the rows so data if any of the first_name, last_name or city columns contains null, the whole row must not be imported to the mysql database.
I'm am stuck as to I am no sure if i should be using tmap or tfilterrow and which expressions to use exactly.
Please I have been checking the forums for about 4 hours now and have been "google"ing my behind of.
Any assistance would be appreciated.
Thanks