Allocation hours import file

When you have numerous daily or interval time-off hours to define, you can import them using a text file.

When you want to create, edit, or delete a few interval hours, you can do it manually.

Import file format

  • Use a column delimiter such as tab, comma, or semicolon.

  • Start each date on a new line.

  • Convert other file formats such as Microsoft Excel to text files before importing them.

  • To import daily allocations, create the text (.txt) file using the following format:

    <date> <hours>

    Where <date> specifies the month, day, and year in your regional format.

    Where <hours> specifies the number of allocated time-off hours.

  • To import interval allocations, create the text (.txt) file using the following format:

    <date> <hours> <start time> <end time>

    Where <date> specifies the month, day, and year in your regional format.

    Where <hours> specifies the allocated time-off.

    Where <start time> and <end time> have a 15-minute format (0, 15, 30, 45).

    These two times form an inclusive range.

Error handling

  • If there are syntax errors, they are ignored silently (that is, no error messages are displayed).

  • Interval allocations only

    • Duplicate rows are not imported.

    • Intervals not in 15-minutes increments are not imported.

    • The End Time must be larger than the Start Time.

Import time-off allocations