Versions Compared

Key

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

...

  • You can only upload CSV files when importing data - attempting to import other file formats will cause the import to fail.

  • It is recommended that you import a maximum of 500 rows of data per CSV file.

  • If there are errors with the headers of the file, such as a header is missing or incorrectly formatted, Fuse rejects the whole CSV file and an error is shown, as follows:

  • If any of the rows in the CSV have incorrect or missing mandatory data, those particular rows won’t be imported and are shown in red. Only rows in the CSV with correct and complete data, shown in green, will be imported. For example, if one of the rows is missing some information related to Location, that row will be marked in red and won’t be imported:

  • You may need to wait a while before the import completes, especially if there is a lot of data being imported. You can check the progress of an import by refreshing the page and then checking the number of rows that have been imported so far in the Progress section. Each time you refresh the page, the number of imported rows will increase. In the example below, the total number of rows being imported is 420 but so far only 153 have been completed.

  • When importing data for events and their occurrences that don’t currently exist in Fuse, please be aware of the following:

    • If the information in the event_name column differs from the others in the CSV, a brand new event will be created with that title.

      Image RemovedImage Added
    • If the information in the starts_at, ends_at, or location column differs to others in the CSV, but the event_name remains the same as the others in the CSV, a new occurrence for the event will be created.

      Image RemovedImage Added

CSV headers

The CSV file must contain all the following header labels, even where the data is optional:

Header

Data

community_id

The ID of the community in which the event exists. 

Info

This data is mandatory.

Info

You can obtain a community's ID by viewing the URL of the community homepage. 

owner_id

The user ID of the event owner.

Info

This data is mandatory.

Info

A user's ID is visible in the URL of their Personal settings page:  

event_name

The name of the event. For example, All employee training day.

Info

This data is mandatory.

event_description

The description of the event.

Info

This data is mandatory.

starts_at

The date and time the event started.

Info

This data is mandatory.

Info

Date and time must be in following format: DD-MM-YYYY HH:MM

For example, 01-01-2019 20:20.

ends_at

The date and time the event ended.

Info

This data is mandatory.

Info

Date and time must use the following format: DD-MM-YYYY HH:MM

For example, 01-01-2019 20:20.

location

The location of the event. For example, The City Conference Centre

Info

This data is mandatory.

advertisement_code

Unique code to identify the event (If one has been specified).

Info

This data is optional. 

user_id

ID of the user who participated in the event.

Info

This data is mandatory.

Info

A user's ID is visible in the URL of their Personal settings page:  

pass_status

Whether or not the user attended the event.

The following statuses apply:

  • Pass: The user attended the event.

  • Fail: The user did not attend the event.

 Other status options (such as waitlisted) are not displayed.

Info

This data is optional. 

Info

For this status to be displayed, the Enable pass & fail for this course option must be enabled, in the Advanced options section of the New event screen.

internal_host_id

The ID of the Fuse user hosting the event.

Info

You only need to enter this data if your event has an internal host.

external_host_name

The name of the external user hosting the event. This is someone who does not have a user account in Fuse. For example, David Johns

Info

You only need to enter this data if your event has an external host.

external_host_email

The email address of the external user hosting the event. This is someone who does not have a user account in Fuse. For example, david.johns@email.com.

Info

You only need to enter this data if your event has an external host.

creator_approval_required

Whether or not creator approval is required when users apply to join the event. This can be TRUE or FALSE.

Info

This data is optional. 

manager_approval_required

Whether or not a user must seek approval from their manager before being able to join the event. This can be TRUE or FALSE.

Info

This data is optional. 

specified_approval_required

Whether or not a specified Fuse user (who is not the event owner or the user's manager) must give permission for a user to join the event. This can be TRUE or FALSE.

Info

This data is optional. 

...