Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix CSV file path handling in zip imports
When re running a single entry, a nil file path was getting sent to #read_data and thus resulted in the StandardError. The issue is in real_import_file_path where we're returning too early when file? && zip? is true but no CSV files are found in the unzipped directory.
- Loading branch information