You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently import_from_uri only resolves which plugin it will use based on the file extension, something that can be easily changed to mask the real type of the file.
It would be a nice addition to rows if import_from_uri could recognize the mimetype of the file, instead of looking at the extension.
We can install file-magic using both pip (pip install file-magic) and apt-get (apt-get install python-magic) so we won't have problems packaging rows to Debian (@kretcheu, look at this! Will change the dependencies on new version)
It's the official implementation (maintained by file maintainers)
Currently
import_from_uri
only resolves which plugin it will use based on the file extension, something that can be easily changed to mask the real type of the file.It would be a nice addition to
rows
ifimport_from_uri
could recognize the mimetype of the file, instead of looking at the extension.Some useful packages that could be used:
The text was updated successfully, but these errors were encountered: