Good, I am updating a database from a .txt file, specifically I am updating the following values.
With the tmap I make the corresponding relation between the data of the .txt and the attributes of the database and then I do the update in a sqlserver database, where it says "machine".
My problem is that I am always updating the DB, even if the data I received from the .txt is blank. Basically, the row "transaccio" I only want to update it in the database when it has a field of type "date" or simply contains some data.
I am sure that with the TMAP there is some way to make it only put into the database when there is something but I do not know how to do it.