CSV file import via Python DOMO API SDK
Hello, I'm working to get an automated import of a .csv file. It is currently working using the "datasets.data_import_from_file" under the Datasets module in the DOMO SDK. The problem I've facing is that this import is performing a replace where I need an append operation. Is there an APPEND parameter I can add to make…