Question
Reading .csv Files & Empty List Elements
I have an application allowing users to upload .csv files for
import into a database.
The issue is however, that in some cases every column in the csv file will be populated, and in others, not.
As ColdFusion ignores empty list elements I cannot accurately import data based on it's column numbers.
I'm curious how others get around this issue.
The issue is however, that in some cases every column in the csv file will be populated, and in others, not.
As ColdFusion ignores empty list elements I cannot accurately import data based on it's column numbers.
I'm curious how others get around this issue.
