**Problem:** When the user adds an `id` field to the `csv` import, the data import crashes. **Solution:** Add logic to ignore any `id` field included in the `csv` imports and proceed with the import.
Problem:
When the user adds an
idfield to thecsvimport, the data import crashes.Solution:
Add logic to ignore any
idfield included in thecsvimports and proceed with the import.