DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

Import CSV Failure #98

Closed johnwolf82 closed 4 months ago

johnwolf82 commented 2 years ago

Describe the bug

Importing a CSV file to a list terminates with a "Column '' does not belong to table UserDefinedTable."

To Reproduce

Steps to reproduce the behavior:

  1. Create a list of four columns
  2. Create a CSV of four columns and add a few rows
  3. From the module menu, choose import CSV
  4. Page/module aborts with error: "Column '' does not belong to table UserDefinedTable."

Expected behavior

Rows are added to the list

Screenshots

image

Error log

Note: Debug DLL's Not sure where to find this

Paste the error log that is related to this issue.

Additional context

Thank you. Appreciate any direction on how to troubleshoot

valadas commented 4 months ago

Cannot reproduce, @johnwolf82 can you link a csv file here as an example of a file that refuses to import. I'll be happy to reopen this issue then and re-test.