You are on the Xporter Cloud documentation. If you are looking for Xporter Server documentation, you can find it in this page.

When creating one Table Grid, in the menu Grids from the App, you have different types for the columns you want to create. These types are defined while creating the table and will not have any impact while exporting data. However, since Xporter does not know the type of each of the fields retrieved from Table Grid Next Generations, in some cases, additional formatting might be needed. The following table has the list of types supported in this integration and the expected exported output.

TypeDescription
StringReturns a single line of text.
NumberReturns a number with a decimal.
IntegerReturns an integer number.
Date*Returns date in epoch time.
DateTime*Returns date and time in epoch time.
Time*Returns time in epoch time.
Single Select ListReturns the unique selected option value.
Multi Select ListReturns all selected option values separated by comma.
Checkbox*Returns a Boolean, True or False.
UserlistReturns the username of the selected user.
Formula

Returns the result of the formula specified in the column configuration.

Sequence

Returns the order from the rows in the table.

Textarea

Returns a plain text, including paragraphs. WIKI

Attachment*Returns the URL of the attachment.

The types with * might need some formats in the template, in order to accurately export what they are actually supposed to represent. You can find the help to use formats on this page.


WIKI indicates that the field supports the wiki format. More about here.

Example

When you click to add a Grid, some column types are created by default, and with default names, such as:

  • Order: column of type Sequence;
  • Summary: column of type String;
  • Assignee: column of type Userlist;
  • Status: column of type Single Select List.

You can see an example of the default columns and the new one created in the image below.

Note: The field "Identifier", you can see in the image below, is the one you need to use while creating a column. This identifier can also be verified in the list of columns present in the Table Grid between parenthesis, as you can see in the image above. In order to help to create a template, you can find a guide on this page.

Exporting the example

On this page you can find an example of the template that help you to export the Table Grid displayed in the first image of the section Example present on this page.

  • No labels