Hi all,
I have a csv file which I would like to read line by line into an array. The file is dynamically created so I cannot create an odbc source for it.
I would like to read it line by line into an array using cffile.
I'm guessing that I would need to read it into a variable using cffile and then loop through the string somehow...
any ideas?
Chris Sorel
chris@exnihilo.com
Remember, If you continue to do what you have always done,
you will continue to get what you have always gotten.
I have a csv file which I would like to read line by line into an array. The file is dynamically created so I cannot create an odbc source for it.
I would like to read it line by line into an array using cffile.
I'm guessing that I would need to read it into a variable using cffile and then loop through the string somehow...
any ideas?
Chris Sorel
chris@exnihilo.com
Remember, If you continue to do what you have always done,
you will continue to get what you have always gotten.