Greg Moore builds a simple ETL process using Powershell:
Recently a customer asked me to work on a pretty typical project to build a process to import several CSV files into new tables in SQL Server. Setting up a PowerShell script to import the tables is a fairly simple process. However, it can be tedious, especially if the files have different formats. In this article, I will show you how building an ETL with PowerShell can save some time.
It’s a simple process, but that’s a good reminder that simple processes can be good processes.