Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Table Grid Next Generation a column can be one of many types. This 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.

Column TypeOutput
StringRaw DataText
NumberRaw DataNumber
IntegerRaw DataWhole Number
DateRaw Data Date (in epoch time)
DateTimeRaw Data and Time (in epoch time)
TimeRaw Data Time (in epoch time)
Single Select ListSelected Option Value
Multi Select ListSelected Option Values (separated by comma)
CheckboxTrue or False
UserlistSelected Users' Username
FormulaFormulas' Result
SequenceOrder
TextareaRaw DataText
AttachmentAttatchment Attachment Download URL

Of the previously mentioned type, the following types might need some extra effort in other to accurately display what they are actually supposed to represent.

...