Data Structure

A data structure can have two types :

  • tree ( json object, xml )

  • flat ( json array, csv, xslx )

As of now only one level of hierarchy is supported by the template engine ( ie : no tree structure such as "rootVariable.subVariable" is currently supported )

Last updated

Was this helpful?