I am performing an incremental load using timestamp as watermark column. I have few null values in the date column in my source. When I am replicating the data using copy activity, only rows whose date column is not null are getting copied, but I want to copy all other rows too where date column has null values.
I have tried using IsNull and Coalesce in the lookup activites but that does not work . is there a way where I can handle those null values in ADF