Skip to content

Data Viewer

The Archie Core Data Viewer lets you search and manage table records. You can sort, filter, and search your tables. You can also edit table rows and import data from CSV files.

To open the Data Viewer, click Data in the sidebar, select the table you want to work on, and then click the Data tab.

To create a new table record:

  1. Click the Add row button.
  2. A form will appear that displays all table fields.

alt text 3. Fill in the fields and click Add Row.

Note: All validations specified in the schema definition are enforced while using the Data Viewer. For example, if you have set a field to always have unique values, you will see a warning if you try to create or edit a record where this field has a duplicate value.

To edit records:

  1. Click the record.
  2. A form will appear that displays all table fields.

alt text 3. Update the fields and click Update Row.

To delete records:

  1. Right-click the record you want to delete.
  2. Click Delete Row

alt text

Danger: This action cannot be undone.

You can apply filters to reduce the number of records displayed. Multiple filters can be added and used together.

alt text

Data records can be sorted using one or more attributes. Sort attributes are ranked in the order in which they were created. Additionally, filters can be applied to reduce the number of records displayed.

alt text

You can customize which field columns display in the Data Viewer. Click on the [View] toggle on/off desired fields. You can also choose to show all or reset.

alt text

Note: By default, the id, created_at, created_by, updated_at and updated_by field columns are hidden in the Data Viewer.

The Data Viewer’s filtering and sorting UI does not support filtering based on related tables.

You can use the API Explorer and SQL Playground for advanced table filtering and sorting.