Extract Base Metadata

Gather information about each table and field in a base, and organize it in its own table for users to reference.

Sign up

This script helps people who want to understand what's in a base, but don't want to click through each table to find out. It pulls table & field information into a "Metadata" table for you to group and use however you wish.

This script requires an empty metadata table with fields for:

  • Table ID
  • Table Name
  • Field ID
  • Field Name
  • Field Description
  • Field Type
  • Field Options Name

To see this sample output of this script, check out the Metadata table in this Universe base.

View source