If a file in .csv format is uploaded, DaRUS converts it into a .tab file. As this is not the original format, the program automatically downloads the original csv file.
It would be a benefit to have an additional CLI argument to specify if the converted file or the original file is downloaded.
Something like:
darus-download --url ... --download_orignal False
If a file in
.csvformat is uploaded, DaRUS converts it into a.tabfile. As this is not the original format, the program automatically downloads the original csv file.It would be a benefit to have an additional CLI argument to specify if the converted file or the original file is downloaded.
Something like: