Preprocessing Functions

Call preprocessing functions by writing the function type and arguments to pass as a JSON object.

The PDF Export program parses the A:B columns of the setup sheet for a cell in the A column containing 'preprocessing' and defines the JSON in the B column as the value.

Preprocessing functions run after charts are defined and filter replacements are made, but before making any other API calls to Zoho including n= counts.

Possible types to pass are:

move_data

Example:

{
    "1": {
        "type": "move_data",
        ...
    }
}