Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, the CSV or JSON files will be imported right away (‘None’ option), however, importing can be scheduled by selecting the ‘On-date’ or ‘Repeated’ values in the dropdown list. Please make sure you enter the date in a valid format; otherwise, the import will not be executed.

  • On-date
    The import will start on a predefined date and time.
    Use the date and time selector to specify the scheduled time by clicking on the icons in the Date and Time fields or enter the details manually.

  • Repeated
    Select this option to set the data import to be triggered periodically.

    • Daily
      Set the time of the day when the import should start.

    • Weekly
      Select the day(s) of the week and set the time of the day.

    • Monthly
      Select the day(s) of the month and set the time of the day.
      You can use the ‘Last’ value to make sure the import is started on the last day of the month, regardless of the number of days in a given month.

...

The example below shows how the header of a reward import would potentially look in the import file without mapping.

status,type,name,description,start_date,end_date,points

When importing events, don’t forget to add the customer and action columns otherwise your import will fail.

...

The example below shows the content of the reward import file with the headers and the rewards to import.

status,type,name,description,start_date,end_date,points

inactive,downloadable,reward name,reward description,2021-05-31,2021-06-30,1500

There’s no limit on the number of items to be included in an import file.

...