Schedule exports

Schedule SafetyCulture Exporter to run at set intervals

🚧

Please note that the iAuditor Exporter has been renamed to SafetyCulture Exporter from version 4.x.x. If you recently updated the Exporter from version 3.x.x, you'll need to change the program or script from iauditor-exporter to safetyculture-exporter.

Windows

On Windows, the easiest way to schedule your exports is to use the built-in Windows Scheduler. These instructions are based on Windows 10 but you should be able to adapt them to other versions. These instructions are assuming you've already configured the tool and have a properly set up config file in a folder alongside the SafetyCulture Exporter. If you haven't done so yet, please go back and do that first.

  1. Click Start and search for "Scheduler". Then, select "Task Scheduler".

search

  1. Click Create Basic Task over on the right-hand side.
  2. Give your task a useful name. For example, "SafetyCulture Exporter Schedule".

create-basic-task

  1. Click Next and set your trigger. Either "Daily" or any other interval that you prefer.

set-frequency

  1. Click Next. Windows Scheduler may give you additional options around when the task should run. Configure it as you need.
  2. Click Next and select Start a program.

start-program

  1. Click Browse and navigate to the folder where you set up the SafetyCulture Exporter. Then, select the "safetyculture-exporter.exe" file.

browser

  1. In "Add Arguments", enter the format you want to export. If you want to export to CSV, enter "csv" for the command to run safetyculture-exporter.exe csv. If want to export to SQL, enter "sql" for the command to run safetyculture-exporter.exe sql. If you haven't configured a YAML file, you can also enter additional parameters here. However, we recommend that you use the YAML file as it's much easier.
  2. In "Start In", paste in the full path to the folder containing "safetyculture-exporter.exe".

set-path

  1. Click Next and review your settings.
  2. Click Finish.
  3. You can test the schedule by clicking Run on the lower-right.

Mac OS/Linux

We recommend using cron to schedule on these systems.