标签: csv coldfusion lucee
I would try parse .csv file using cfcsv tag.
How to solve that ?
Example code :
<cfcsv action="parse" file="<fileName>" variable="myQuery" /> <cfdump var="#myQuery#" />