CsvFileTester is a tool inspired by Shawn Wildermuth's ExcelFileTester, which he wrote 'cuz I kept asking him how to do queries on .xls files. However, because the Excel query language has no where or order by clauses, I gave that up in favor of comma-separated text files.
I wrote CsvFileTester (with Shawn's help) to explore the ADO.NET/ODBC/JET support for CSV files and I was amazed at how comprehensive the support was. And, since I can never remember the syntax and limitations between one use of Jet expression syntax and the next, I put a bunch of samples in the combobox.
To setup the CsvFileTester, extract it to the directory of your choice.
To use CsvFileTester, run redist\CsvFileTester.exe. Choose the folder of a comma-separated text file in the "CSV File Folder" box and a query, including the file name of the csv file, in the "JET Query" box and press the ! button to execute the query. When CsvFileTester first runs, it starts with a test file and a set of queries in the combobox all ready to go.
Copyright © 2003-2010 Sells Brothers, Inc.
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications.