Load data into MySQL from pipe delimited file using ColdFusion 8
December 17th, 2008
An example that will show you how to load mutiple rows of data in a pipe delimited text file into mysql using ColdFusion cfquery. The cfquery sql is standard sql and should be used in any sql script for mysql 5.
Read more…