Here is the attached Sample Option Set CSV file
Sample Option Set (Example).csv
| Option | Text Attribute (Description) | Number Attribute (Cost) | Boolean Attribute (Recurring) | Date Attribute (Start Date) | List.text
(Separated with semicolon “;”) | List.number
(Separated with semicolon “;”) |
| --- | --- | --- | --- | --- | --- | --- |
| Birthday Party | A fun celebration for someone's birthday. | 200 | TRUE | 05/15/2025 | New;Popular;Sale | 1;3;4 |
| Wedding | A formal ceremony for the union of two people. | 5000 | FALSE | 06-10-2025 | Featured;Tech | 12;212;44 |
| Conference | A formal meeting for professionals. | 1500 | FALSE | 07-01-2025 | Option A;OptionB | 11;41;4 |
| Corporate Retreat | A team-building event for companies. | 3500 | TRUE | 08-12-2025 | Option A;OptionB | 1;4;6;7 |
| Webinar | A seminar conducted over the internet. | 1000 | TRUE | 09-05-2025 | A;B;C | 146;11;7 |
- Text Attribute (Description):
- This column should contain a detailed text description of each option.
- Use plain text with no special formatting.
- Number Attribute (Cost):
- This column should contain numeric values (e.g., cost or any other number-related attribute).
- Enter plain numbers, no symbols, commas, or extra formatting.
- Boolean Attribute (Recurring):
- This column should contain true or false values to indicate if the event or option is recurring.
- Ensure that you use lowercase "true" or "false" without quotes.
- Date Attribute (Start Date):
- Dates should be in MM/DD/YYYY format.
- Double-check that all dates are correctly formatted (e.g.,
05/15/2025
).
- You can also include time, such as
mm/dd/yyyy hh:mm xx
if needed.
- List of Text (Separated with semicolon “;”)
- List of Number (Separated with semicolon “;”)
- CSV File Name:
- The name of your CSV file will be treated as the Option Set Name in Bubble.io.
- For example, a file named
Event_Types.csv
will create an Event Types Option Set.
- Display Column:
- The Option column will serve as the Display Column for each option in the Option Set. This is the label that users will see in your app, and it is chosen because it contains the main identifier for each option.