Skip to main content

Table Structure

Table Structure defines product fields or fields used by tasks that transform tabular data. It allows you to maintain consistent names, values, and types when moving between sources and destinations.

Current CSV structure configuration in the CSV to Table task

Where to configure

The structure is available in the Configuration tab of compatible tasks, including:

The options shown depend on the task and the selected mode.

Define fields

Select Field Definition and add the necessary rows. For each field, the following may be required:

  • column name or alias;
  • expression or reference to the source value;
  • data type;
  • precision or format;
  • ability to accept null values.

The order of rows determines the order of the resulting structure when the task requires it.

Use a saved structure

When the task interface allows it, a structure can be:

  • saved with a recognisable name;
  • recalled in another configuration;
  • exported to be stored or transferred;
  • imported from a prepared file.

Visible structures may depend on the user and permissions. After an import, always verify fields, types, and order before saving the task.

Recommended checks

  1. Check that every source field exists.
  2. Use unique and understandable aliases.
  3. Verify compatibility between type and value.
  4. Explicitly handle optional fields and null values.
  5. Test the task with a non-sensitive sample.
  6. Check the output before connecting it to a subsequent task.
note

Table Structure describes a functional mapping configured by the user. The internal technical details with which Sybot stores it are not necessary for using the platform.