You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a Windows Form application wrote in C# (.NET 5.0) with 4 NuGet Packages to allow users to read flat files (delimited) and write in bulk multiple files. It also allows users to change the datatypes upon import for each individual file (like SQL Import Util). However, unlike SQL Server import util, this utility also allows for m…