dotstat_io 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dotstat_io might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dotstat_io
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Utility to download or upload data from/to .Stat Suite using ADFS authentication to connect to it
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Gyorgy Gyomai
|
|
@@ -144,13 +144,14 @@ returned_result = client_obj.download_data_stream(
|
|
|
144
144
|
from dotstat_io.client import Client
|
|
145
145
|
client_obj = Client.init_with_authentication_obj(Authentication_obj)
|
|
146
146
|
returned_result = client_obj.upload_data_file(
|
|
147
|
-
transfer_url, Path(file_path), space, validationType, use_filepath)
|
|
147
|
+
transfer_url, Path(file_path), space, validationType, use_filepath, optimize)
|
|
148
148
|
```
|
|
149
149
|
* `transfer_url:` URL of the transfer service
|
|
150
150
|
* `file_path:` The full path of the SDMX-CSV file to be imported
|
|
151
151
|
* `space:` Data space where the file will be uploaded
|
|
152
152
|
* `validationType:` The type of validation to use during upload. Possible values: Basic Validation (0), Advanced Validation (1)
|
|
153
153
|
* `use_filepath:` Use a file path of a shared folder accessible by the .Stat Suite data upload engine (for unlimited file sizes)
|
|
154
|
+
* `optimize:` Controls whether optimization is applied after data changes
|
|
154
155
|
|
|
155
156
|
#### 6. To upload an Excel data file to .Stat Suite:
|
|
156
157
|
```python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
dotstat_io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
dotstat_io/authentication.py,sha256=6mxRXuDUgU7wBrUNMzoXU_PFCF1bLGAiGgVrwOePmZw,14057
|
|
3
3
|
dotstat_io/client.py,sha256=HorcPsKdwVd4gpKorqfGr9BnXWqrSpgdyERcAioaxcI,23813
|
|
4
|
-
dotstat_io-1.0.
|
|
5
|
-
dotstat_io-1.0.
|
|
6
|
-
dotstat_io-1.0.
|
|
4
|
+
dotstat_io-1.0.6.dist-info/METADATA,sha256=0PWJXt4KsS0QE9BvkMs6xH_LZElm4EEXGKo0LQczsp0,8085
|
|
5
|
+
dotstat_io-1.0.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
6
|
+
dotstat_io-1.0.6.dist-info/RECORD,,
|
|
File without changes
|