I am trying to extract data from the previous month so I can limit the size of the output and give an update on the month performance. It seems quite easy for my understanding but I can’t figure it out unfortunately. Could someone help me maybe?
Date= yyyy-mm-dd
The data is dynamic, so each month the scan data is added to the folder, which will be read by Knime.
2. for the time being this is only 2024 yet but will effect also the following years.
3. Typo mistake and took it over from a previous discussion from knime.
Question related to the topic. Let’s say we will only use previous month when data is available, otherwise keep using the month before? I see that now in December, it requires the data of November, which is not available yet (delay). How could I change the rule which will give the latest available data? I think now it will add both months when available?
Here’s a quick and dirty solution. It does require human intervention. If the previous month’s data is not available, it backs up two months. Writes an output file to the data area of the workflow. 1 Month Prior Date Filter rev 1.knwf (134.2 KB)
If you haven’t solved the problem try this. It has two test data sets. One with previous month and one back two months. If you solved another way, please post to help the community.