Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Before Insert the CSV data need to check the Mysql data base and the column value is exist in that table, if that value is exist in that table,particular column of row data cannot insert into the database.
We not allowed the duplicated records in that database, before load the file we need to restrict this data
Thanks Regards,
Ashok M
As you have a inner join in tMap with lookup rejected catched, just remove "row1.invoiceno != row2.invoiceno"
Should be enough.
As you have a inner join in tMap with lookup rejected catched, just remove "row1.invoiceno != row2.invoiceno"
Should be enough.
Manually compare how invoiceno are represented on both flows.
As you can see, invoiceno have a leading 0 (0921076505) but not the db invoiceno (921076505) so records don't match