Refactor: Allow other import files #1099
Reference in New Issue
Block a user
Delete Branch "refactor/allow-other-import-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR does not change existing functionality.
It refactors the code to be more generic: renaming
raw_csv_strtoraw_file_strallows for future different filetypes (json, pdf, etc)Additionally, it also fixes the click to open the system file picker, when clicking in the dropzone of imports.
Nice, I think these changes make sense!