Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csv: Fall back to GenericCSV for csv files with no match
If we fail to find a matching driver and the file appears to be a ".csv" file, return GenericCSV as a match. This will make us try to open the file with the generic driver and thus capture loading error messages and show them to the user. Otherwise we would just fail to match a driver, and report the format is unsupported, which is confusing to a user. Related to #11519
- Loading branch information