Hi
I’m new here, can someone help me,
I want to delete the rows that contain a cell with this data (ACUM, OBJ, DESV)
I want to drag the value of a cell to different rows until there is another data.
well deleting is actually filtering so you can use Rule-based Row Filter node where you write rule(s) based on which filtering is performed.
Regarding populating data you can use Missing Value node with previous value option. (This is under assumption once you read data into KNIME you will have missing values).
In addition to the solution by @ipazin, to filter the rows with some specific values using the Row Filter node, you can use “Exclude rows by attribute value” and check “regular expressions” then input this into the “use pattern matching” text box:
CUMU|OBJEC|DESV
Then as Ivan said, by using the Missing Value node, you can fill the missing cells with the value of the previous row.