Execute an SQL Query or Script against a database and optionally store the results in a desired location.
Execute an SQL Script with the date range parameters specified.
Variables
Database to run the SQL Query or Script on.
SQL Script to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Datetime stamp where the processing of your sequentially sorted data should end. Leave this field blank to process all records with a Datetime stamp after the starting point.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Execute an SQL Script with the integer range parameters specified.
Variables
Database to run the SQL Query or Script on.
SQL Script to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any.
Integer where the processing of your data should begin. This field will automatically be updated after each increment is processed.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Export data from a database to a target location using an SQL Query and date range parameters specified.
Variables
Database to run the SQL Query or Script on.
SQL Query to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Datetime stamp where the processing of your sequentially sorted data should end. Leave this field blank to process all records with a Datetime stamp after the starting point.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Folder path from the Folder Path Prefix in the S3 Connection document to the folder where the data will be exported.
Export data to this FTP location.
Folder path from root to the folder where the data will be exported.
Name for the file containing the exported data.
Overwrite files with the same name.
Format applied to the exported data.
Delimiter you want to use to separate columns. Default is tab delimited.
Escape character used to precede special characters. Default is backslash.
The string you want to use to indicate a null value. Default is nothing.
For delimited format export data, wrap strings in quotes. Recommended for source data containing double quote characters.
Export data from a database to a target location using an SQL Query and integer range parameters specified.
Variables
Database to run the SQL Query or Script on.
SQL Script to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any.
Integer where the processing of your data should begin. This field will automatically be updated after each increment is processed.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Folder path from the Folder Path Prefix in the S3 Connection document to the folder where the data will be exported.
Export data to this FTP location.
Folder path from root to the folder where the data will be exported.
Name for the file containing the exported data.
Overwrite files with the same name.
Format applied to the exported data.
Delimiter you want to use to separate columns. Default is tab delimited.
Escape character used to precede special characters. Default is backslash.
The string you want to use to indicate a null value. Default is nothing.
For delimited format export data, wrap strings in quotes. Recommended for source data containing double quote characters.