Create reference tables using the UI
You can upload a CSV file in the UI to create a reference table. The input CSV file must be well-formed, which means the following:
- Every row must have the same number of columns
- The type of each row must be consistent with the schema, if specified
- Header is optional
- The column names in the header must be a valid dataset column name
- File size can be up to 10 MiB.
Create a reference table
Perform the following steps to upload a CSV file and create a reference table.
- Log into your Observe instance, and click Add Data from the left menu.
- Click CSV file.
- Give a name to your reference table.
- Upload your CSV file.
- Select a primary key.
- Optionally, change the type of columns, such as String, Integer, Float, or Boolean.
- Click Save changes.
You can also create a reference table from the Dataset page. See Create a reference table from the Dataset page.
Update a reference table
Perform the following steps to upload a new CSV file and update a reference table.
- Upload a new CSV file to replace the existing one.
- Click Save changes.
Delete a reference table
Perform the following steps to delete a reference table.
- Go to the Datasets page
- Find the reference table you want to delete.
- Click the pencil icon.
- Click the three dots on the right side of the reference table.
- Click Delete.
Updated about 2 months ago