Comments
-
I have been working with a xslx file and converting it to csv makes my data unreadable and breaks its format. That is why I need to upload directly as a xlsx file and am asking if the data_import_from_file is capable of that or does it only upload csv files?
-
@GrantSmith Is it not possible to send and xlsx file using this method. I require the file to stay as in xlsx format.
-
Yes I am
-
*-update-* I am now updating my dataset and instead want to append new data to it. Can i still do that with the data_import_from_file method?
-
I am using the data_import_from_file method and would like to use this to update my previously created dataset. Will the ds_update method work for this?