DATA MANAGEMENT

In this section, we provide a guide on import and export data from the event system.

DATA IMPORT


In this section, we will discuss importing event data from CSV files, including Session and Speaker Data. First, access the "Import & Export" screen through the navigation menu on the left. The interface should be visible as shown below.

To import Sessions and Speakers, navigate to the "Event Data" section and click the "IMPORT" button. This action will open a dialog with the necessary inputs as shown below.

FIELDDESCRIPTION
SPONSORS CSVAllows you to select the CSV file containing your sponsor data
SPEAKERS CSVAllows you to select the CSV file containing your speaker data
SESSIONS CSVAllows you to select the CSV file containing your session data

If the format of your CSV data is correct, the "SELECT" text will change to a success message indicating proper data formatting. Refer to the "DATA FORMATING" section for guidance on formatting your CSV. After pressing "CONFIRM", the import process will begin, and a success message will appear if the import was successful.

DATA FORMAT SPONSORS CSV

The CSV file must use a comma (,) or dot comma (;) as the delimiter. For data formatting please see the table below. All headers must be present, even if not all are used. The file should only contain the header row and the rows of data below it, with no additional content. Download Example File (Open with notepad to see and check formatting)

COLUMNABCDEFG
HEADERIDNAMETIERLINKHAS BANNERLOGO URLBANNER URL
FORMATStringStringInteger (0-5)String (HTTPS)String (true/false)String (HTTPS)String (HTTPS)
CONTAINSUnique IDSponsor NameSponsor Role IndexSponsor LinkIf the Sponsor shows up in the CarouselA HTTPS URL to a publicly available imageA HTTPS URL to a publicly available image
REQUIREDYESYESYESYESYESYES

DATA FORMAT SPEAKERS CSV

The CSV file must use a comma (,) or dot comma (;) as the delimiter. For data formatting please see the table below. All headers must be present, even if not all are used. The file should only contain the header row and the rows of data below it, with no additional content. Download Example File (Open with notepad to see and check formatting)

COLUMNABCDEFG
HEADERIDNAMEROLECOMPANYEMAILBIOGRAPHYIMAGE URL
FORMATStringStringStringStringStringStringString (HTTPS)
CONTAINSUnique IDSpeaker NameSpeaker RoleSpeaker CompanySpeakers Email (Provides additional authority)A short biographyA HTTPS URL to a publicly available image
REQUIREDYESYESYES

DATA FORMAT SESSION CSV

The CSV file must use a comma (,) or dot comma (;) as the delimiter. For data formatting please see the table below. All headers must be present, even if not all are used. The file should only contain the header row and the rows of data below it, with no additional content. Download Example File (Open with notepad to see and check formatting)

COLUMNABCDEFGHIJKL
HEADERIDNAMEFORMATCAPACITYLOCATIONSTART TIMEEND TIMEDATEDIFFICULTYHANDOUT LINKHAS Q&ATINT
FORMATStringStringStringIntegerStringString (HH:MM)String (HH:MM)String (YYYY-MM-DD)StringStringString (true/false) String (HEX Color
#FCBA03)
CONTAINSUnique IDSession NameSession FormatSession CapacitySession LocationSession Start TimeSession End TimeSession Start DateSession DifficultyA HTTPS URL to  a publicly available locationIf the session has a live Q&A sessionThe tint color defined in HEX COLOR FORMAT
REQUIREDYESYESYESYESYESYESYES

In addition to the above columns the session CSV also support the dynamic content system which will structure the actual text content of the session as well as any Speakers or Sponsors you would like to showcase there. These columns should be places at the end of the CSV from column L and onwards.

The session content is created dynamically based on the header specified and then structured in order from left to right. Valid headings are shown below

HEADER NAMEUSEFORMATCONTAINS
HEADINGAdds a heading to the sessionStringText to use as heading
PARAGRAPHAdds a paragraph section to the session, Can be further styled once importedStringText to display in paragraph
SPONSORAdds a dedicated sponsor spot StringSponsor ID
SPEAKER_CHAIRAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_MODERATORAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_SPEAKERAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_CO-SPEAKERAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_PANELISTAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_KEYNOTE-SPEAKERAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_GUEST-SPEAKERAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids
SPEAKER_INTERVIEWERAdds a speaker section for the categoryString (id or id,id,id)Speaker Id or list of Speaker Ids