Import List
  • 1 Minute to read
  • Dark
    Light
  • PDF

Import List

  • Dark
    Light
  • PDF

Article summary

The Import List dialog allows a dataset to be imported from a list of values within a file.

ItemDescription
TableThe table containing the data for the list that is being imported
FieldThe Field that contains the data matching the data in the list
LocationWhere to find the List Data - Select From:
  • My List Folder
  • Team list Folder
  • My Export Folder
  • Team Export Folder
  • Data Source
  • Templates
File NameThe file containing the list data
List NameThe name to give the list - this will be the Dataset name.
Save As fieldIf selected, the list selection will be saved as a field rather than a Dataset


A dataset of type "EMBEDDED" is created when a list is imported.

{
  "method": "SaveDataSet",
  "name": "Top Spenders",
  "dataSet": {
    "logic": "or",
    "name": "SubSet",
    "strict": true,
    "set": [
      {
        "logic": "or",
        "stype": "EMBEDDED",
        "embedded": {
          "type": "LIST",
          "field": {
            "type": "field",
            "name": "customer.cid",
            "table": "customer",
            "valueFilter": []
          },
          "filename": "%MYLISTS%TopSpenders.txt"
        }
      }
    ]
  },
  "project": "RegressionDB"
}



Was this article helpful?

What's Next