Module contains functions to import and export data from SQL Server. The module uses a template repository that contains information to perform the import or export. The import templates provide data definitions to validate the data within the delimited text file. The export templates provide the query to define the data to be exported.
See examples for an example template repository and usage examples.
This module has extensively been used within PowerShell on Windows connected to SQL Server 2012 to 2025 on Windows. Limited testing has been performed within a PowerShell running on non-Windows operating systems or SQL Server on Linux.