Hey guys
I have workflow like:
Excel Reader (XLS) -> Group Loop Start -> Row Filter -> Excel Writer (XLS).
Is there any option to reload excel reader when Excel Writer (XLS) finish work? (unfortunatelly I do this manually )
Hi @pjacob,
You need to end the loop, can I ask the point of the Group Loop Node? Is this to add to sheets?
Ending the loop in this example will need to be done with the Variable Loop End node.
Thanks,
Matt
Hi @pjacob,
what do you mean by reload?
On KNIME Hub you can search and download workflows. Here are loop related flows: https://hub.knime.com/knime/spaces/Examples/latest/06_Control_Structures/04_Loops/
Br,
Ivan
Hi @pjacob,
Of course, Iām still not clear on what youāre trying to do, hereās an example of writing sheets by location.
Does this help?
Matt
@ipazin, @Matt_D Thank, but itās not exactly what I looking for. I blending data and finally save them using Excel Writer (XLS), but unfortunatelly I must reset Excel Reader (XLS) every time when I change sth on the beginning because his not refresh itself and donāt see new data
Hi @pjacob,
wouldnāt closing and not saving workflow after execution have same effect? Anyways glad you found a way
Br,
Ivan
I have something like this. Open Excel then use āRule-based Row Filterā to choose properly row which I want to change value using āConstant Value Coumnā. I thought about loop but no idea how to use
HI @pjacob,
but how do you know what Excel row are you modifying? Or you are modifying all rows?
Br,
Ivan
@ipazin I create date and then conect to āTable Row to Variableā and āRule-based Row Filterā looking for properly date (row)
Hi @pjacob,
sry but I still donāt understand what are you trying to do. If above mentioned solution by you (Reset on Load) doesnāt help are you able to share workflow example with some data (dummy works as well) with situation description and stating what you would like in this case?
Br,
Ivan
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.