Copy values from previous row to next row until a row has data.

Hi @Dheeraj_7716

Welcome to the KNIME forum!

A way to do this is with the Missing Value node. It allows the option to use the previous value for missing values. I used a simplified version of your example:

Within the Missing Value node, add Column1 and Column3 to the list under Column Settings and select Previous Value.

Final result:

image

Hope this helps!

7 Likes