Cinchy Query Data Source Example
This page outlines an example data sync using a Cinchy Query as a source
Last updated
This page outlines an example data sync using a Cinchy Query as a source
Last updated
Value
Description
Example
DOMAIN
The domain where your Cinchy Query resides.
"Product"
QUERY NAME
The name of your synced query.
"TestQuery"
PARAMETERS
An XML-encoded JSON representation of any parameters and their corresponding values.
{"value1":"@value1"}
TIMEOUT
Timeout in number of seconds (the default is 30).
"100"
SOURCE_COLUMN_NAME
The name(s) of your source column(s)
"Age"
DATA_TYPE
The data type of your source column
"Number"
IS_MANDATORY
Whether the column is mandatory or not
"false"
VALIDATE_DATA
Whether the column data needs to be validated or not
"false"