Store descriptive information or data that provides additional context.
metadata
can be configured to record details about your current enivornment state. This can be useful for developers to store information about their deployments and even aggregate information about spaces, users, and data therein.
@flatfile/api
to create or update an Environment with metadata.
metadata
object at the Space level is often used for details such as user ID, Space name, company ID, and company name.
Metadata can be added during Space creation or at a later stage.
@flatfile/api
to create or update a Space with metadata.
metadata
object at the Workbook level is often used for details such as expirationDate.
Metadata can be added during Workbook creation or at a later stage.
@flatfile/api
to create or update a Workbook with metadata.
metadata
object on the record allows you to
include details like record IDs or reference IDs to other tables.
@flatfile/plugin-record-hook
plugin, you can access and modify record-level metadata, similar to
how it works with normal field values. In this example, we will get the firstName from the record
and store the length of the name in metadata. This data will now be stored on the record itself.
metadata
object on a Field allows you to
include details like how the column of data should be transformed on egress.
@flatfile/api
to create or update a Workbook’s fields with metadata.