Refactor: Allow other import files #1099

Merged
pedrocarmona merged 2 commits from refactor/allow-other-import-files into main 2024-08-19 21:25:07 +08:00
pedrocarmona commented 2024-08-17 23:56:37 +08:00 (Migrated from github.com)

This PR does not change existing functionality.

It refactors the code to be more generic: renaming raw_csv_str to raw_file_str allows 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.

This PR does not change existing functionality. It refactors the code to be more generic: renaming `raw_csv_str` to `raw_file_str` allows 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.
zachgoll (Migrated from github.com) approved these changes 2024-08-19 21:24:46 +08:00
zachgoll (Migrated from github.com) left a comment

Nice, I think these changes make sense!

Nice, I think these changes make sense!
Sign in to join this conversation.