Primeur Online Docs
Data Watcher 1.20
Data Watcher 1.20
  • 🚀GETTING STARTED
    • What is Primeur Data Watcher
    • Main features of Primeur Data Watcher
    • Navigate through Primeur Data Watcher
  • 🔶MODEL
    • Modeling Dataflows
    • Dataflow Model lifecycle 🚀
    • Dataflow Modeler 🚀
      • Dataflow Modeler toolbar
      • Dataflow Properties panel
      • Node Properties panel
      • Matching Criteria
      • Cut-offs 🚀
      • Notifications 🚀
      • Dataflow Model attributes
  • 🕒MONITOR
    • Dataflow Inquiry 🚀
      • Dataflow Inquiry options 🚀
      • Levels of detail of the dataflow 🚀
    • Dataflow Instance attributes
    • Cut-off Board 🚀
  • DESIGN
    • Configure Dataflow attributes
    • Save and share queries
  • 🧐TROUBLESHOOTING
    • Data Watcher users 🚀
    • Data Watcher Engine extended downtime vs missing events and/or dataflows
    • How to run searches in Data Watcher
    • Data Watcher MongoDB scripts
      • Back up the Data Watcher MongoDB 🚀
      • Restore the Data Watcher MongoDB 🚀
      • Clean up the Data Watcher MongoDB
Powered by GitBook
On this page
  1. SETUP - NEW! 🚀

Cut-off calendars

Last updated 16 days ago

If you want to know why you need to set up a Cut-off calendar, follow this .

Data Watcher has two pre-existing calendars: Everyday and Every Working Day. To set a different calendar, you can download the Every Day Model, modify it on your local drive, and upload it.

If you need to set a different Calendar, follow these steps:

  1. As Administrator, go to Setup → Cut-off Calendars.

  2. Click on the 3 dots icon on the right of the Every Day Model and select Download to save it on your local drive.

  3. Edit the TXT file noting that: [INFO] Name: name of the cut-off calendar that will appear on the Name column of the result list. Description: description that will appear on the Description column of the result list. [WEEKDAYS] Accepted values: E for enabled or D for disabled. A day is Enabled when a cut-off can be configured for that day. A day is Disabled when a cut-off cannot be configured for that day. [EXCEPTIONS] In this section you can configure bank holidays or days when the cut-off will not be applied. The format supported is: yyyymmdd=E | D For example: 20251225=D will disable December 25th, 2025.

  4. In the Cut-off Calendars page, click the UPLOAD button to import the file into Data Watcher.

If you need to edit the file, use the Update option of the 3 dots icon.

Find here below an example of a Calendar:

Example of a Cut-off Calendar

[INFO]
NAME=Every Working Day
DESCRIPTION=Every Working Day

[WEEKDAYS]
MONDAY=E
TUESDAY=E
WEDNESDAY=E
THURSDAY=E
FRIDAY=E
SATURDAY=D
SUNDAY=D

[EXCEPTIONS]
20241225=D,Christmas
20250815=D,Bank Holiday
20251225=D,Christmas

Once you have uploaded your Calendar, it will appear in the result list. From the result list, you can view, update, download, or delete each Cut-Off Calendar listed.

⚙️
link