# Schedule CSV Upload

The CSV upload module can be opened by selecting Scheduling in the main menu, then Production tab and clicking 'Upload'.

Files to be uploaded can be either dragged and dropped straight from a folder and into the upload box (1.). Or by clicking anywhere on the box and selecting the file from the browser.

Once the file is selected all schedules meeting requirements will appear in the upload preview list (2).

If all entries appear correctly in the preview, click 'Save Entries' to upload or 'Cancel' to make any necessary changes to the file.

<figure><img src="/files/DdhK9ZoLmyWJ2ioJ8Ls2" alt=""><figcaption></figcaption></figure>

## Guidelines for CSV files

### &#x20;CSV headings

* id - should be left blank, this is used by Busroot to update existing entries if modified
* station\_code - mandatory
* sku\_code - mandatory, unless using SKU Grouip
* sku\_group\_code - mandatory, unless using SKU
* work\_order\_ref - mandatory
* planned\_quantity - optional, if left blank a 'Continuous' schedule will be created
* cycle\_time\_override - optional, will be used instead of SKU or Station cycle time
* planned\_start\_at - mandatory, using the formats below
* planned\_end\_at - optional

Click 'Download as CSV' to download a schedule template.

<figure><img src="/files/5YC0Wvv9NljmQLPF6qN6" alt=""><figcaption></figcaption></figure>

### Date Formats

Busroot will accept files using the following date/time formats

* DD/MM/YYYY HH:mm
* DD-MM-YYYY HH:mm
* YYYY-MM-DD HH:mm
* YYYY-MM-DDTHH:mm:ssZ -  ISO 8601

### General Requirements

* Any entry that has exactly the same Station, SKU and Planned Start as another in the file or that has been previously uploaded will not be accepted and displayed as a duplicate.<br>

<br>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.output.industries/archive/use-busroot/production-schedules/schedule-csv-upload.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
