column name [no-column-name] already exist issue in cfcsv tag?

时间:2017-07-12 07:59:49

标签: csv coldfusion lucee

I would try parse .csv file using cfcsv tag.

  • That works fine with original source file.
  • If I'm edit that csv file cfcsv tag return column name [no-column-name] already exist issue

How to solve that ?

Example code :

<cfcsv action="parse" file="<fileName>" variable="myQuery" />
<cfdump var="#myQuery#" />

0 个答案:

没有答案