SetConfig
  • 1 Minute to read
  • Dark
    Light
  • PDF

SetConfig

  • Dark
    Light
  • PDF

Article summary

Article in progress...

Configures project wide settings

Available configuration settings:




"GlobalSettings":{}freshnessDateApplies a date stamp to a project
"Selector3":{}
Turns on Selection Builder (special request only)




Configuring project freshness

  • freshnessDate: points to the database datetime field from which to extract maximum datetime.
{
  "method": "SetConfig",
  "config": {
    "GlobalSettings": {
      "freshnessDate": "actionreaction.ts"
    }
  },
  "project": "RegressionDB"
}


Turning on Selection Builder

{
  "method": "SetConfig",
  "config": {
    "Selector3": {
      "name": "Survey Personality",
      "surveyTable": "Survey Personality",
      "quField": "qu",
      "ansField": "ans",
      "dateField": "survey_date",
      "resolveTable": "Person",
      "categoryFile": "hierarchy.txt",
      "latestQuestion": ""
    },
    "GlobalSettings": {
      "freshnessDate": "Orders.Order Date"
    }
  },
  "project": "Giant Office Supply"
}


name

surveyTable

quFieldQuestion Field
ansFieldAnswer Field
dateFieldDate Field
resolveTable

categoryFile

latestQuestion





Was this article helpful?