Load data from files in Blob Storage to an SQL Server.
Creates a schema called NomNomData in the database specified and table called registry within it for tracking data loaded into the database. Requires access to create schemata and tables. Must be run before the Register and Load actions.
Variables
Credentials to use to access the SQL Server database.
Creates a tracking table, a staging table, and, if needed, the Target Table in the database specified. Also adds a line to the registry table created by the Initialize action. Requires access to create tables. Must be run after the Initialize action and before the Load action.
Variables
Credentials to use to access the SQL Server database.
Name of the table, in schema.table format, where data should be loaded.
Shared Config that contains the source information, load options and column definitions.
Number of load records to examine, from most recent and going backwards, to determine which files have not yet been loaded. If no value is specified, all load records will be examined.
Number of files to load simultaneously.
Load data from files in a Blob Storage container to a SQL Server database using native commands. Loads data from files on Blob Storage using the options specified. Requires access to update the Target Table. Must be run after the Initialize and Register actions.
Variables
Credentials to use to access the Blob Storage container.
Number of load records to examine, from most recent and going backwards, to determine which files have not yet been loaded. If no value is specified, all load records will be examined.
Number of files to load simultaneously.
Credentials to use to access the SQL Server database.
Name of the table, in schema.table format, where data should be loaded.
Shared Config that contains the source information, load options and column definitions.
Load data from files in a Blob Storage container to a SQL Server database. Loads data from files on Blob Storage using the options specified. Requires access to update the Target Table. Must be run after the Initialize and Register actions.
Variables
Credentials to use to access the Blob Storage container.
Number of load records to examine, from most recent and going backwards, to determine which files have not yet been loaded. If no value is specified, all load records will be examined.
Number of files to load simultaneously.
Maximum number of lines to load into memory at one time from a single file.
RegEx pattern to limit files to load. Specify .* for all files.
Continue loading subsequent data if an error occurs.
Use with caution. Allows files that do not contain all of the columns defined in the Task Configuration to be loaded. If enabled, ANY file will successfully load, regardless of content.
Credentials to use to access the SQL Server database.
Name of the table, in schema.table format, where data should be loaded.
Shared Config that contains the source information, load options and column definitions.