-
-
Notifications
You must be signed in to change notification settings - Fork 40
Description
I have a question regarding this error.
The list of column names should have the same size as the list of column types.
An XLS file was uploaded that had 23 column names. The data was populated, but only columns 1-19 contained content while columns 20-23 were intentionally empty. This use case doesn't happen that often, but it does happen. (Would this error have been thrown if the last column was populated and the proceeding 4 columns were empty?)
Is this an actual error? Is there any way to ignore it and import the data while treating the extra trailing, empty cells as "blank"?
NOTE: I understand the issue if it was reversed and there were 19 headers with 23 columns of data. I'm not sure if this should result in an error or if only the named columns should be imported (or if names should be auto-generated for empty columns.) We used a CFX tag about 10-15 years ago that (I believe) autogenerated COL_X headers for unnamed columns that it detected.
Thanks.