Nieuws

This app can convert a CSV file to a series of SQL clauses. You give it an SQL clause template with placeholders in the format of {0}, {1} and so on, which correspond to field index in a CSV file, and ...
This is a simple Python application that converts CSV files to SQL scripts. It allows you to select a CSV file, convert it to a MySQL CREATE TABLE command and a series of MySQL INSERT INTO commands, ...
I have a daily generated csv file that I'm going to have its contents inserted into tables in our SQL Server database. I can open the csv as a recordset in ADO, but I'm not sure how I open a ...