Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix CSV file path handling in zip imports #1012

Closed
wants to merge 1 commit into from

Conversation

ShanaLMoore
Copy link
Contributor

@ShanaLMoore ShanaLMoore commented Jan 27, 2025

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.

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.
@ShanaLMoore ShanaLMoore deleted the rerun-entry-path-error branch January 28, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant