Invoke-JdbcHandler
SYNOPSIS
Handles imports from JDBC sources.
SYNTAX
1 2 |
|
DESCRIPTION
This function acts as a "controller" of the flow for imports from a JDCB source, for example a CSV file.
This function is responsible for importing the modules necessary for reading data from the source and applying the settings specified in the Easit GO ImportClient configuration and / or source configuration.
General flow:
- Import JDBC dependency module
- Convert ImportClient configuration (ConvertFrom-ReliqueJdbcCsvCsvDriver).
- Read data from source
- Update data with settings provided via combineSourceAttributes.
- Return source data.
EXAMPLES
EXAMPLE 1
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
PARAMETERS
-ConfigurationSourceSettings
Source configuration settings.
1 2 3 4 5 6 7 8 9 |
|
-ImportClientConfiguration
ImportClient configuration object (From Easit GO or custom).
1 2 3 4 5 6 7 8 9 |
|
-ProgressAction
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by the Write-Progress cmdlet. The Write-Progress cmdlet creates progress bars that show a command's status.
The ProgressAction parameter takes one of the ActionPreference enumeration values: SilentlyContinue, Stop, Continue, Inquire, Ignore, Suspend, or Break.
1 2 3 4 5 6 7 8 9 |
|
-SourceDirectory
Path to directory where module for handling JDBC configuration exist.
1 2 3 4 5 6 7 8 9 |
|
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.