Before loading excel file:
after loading:
I don’t want any null values. I there any way to handle this in excel component.
Before loading excel file:
after loading:
I don’t want any null values. I there any way to handle this in excel component.
Hi @saggy_sf I don't know what mode are you using , If you use the advanced mode you can write a sql query whatever you want apply case and replace the null values to top value.
Thank you I got it.. I have used row number with Last value and achieved it.