import_ method
Leave feedback
On this page
Imports the metadata properties to a file.
def import_(self, file_path, format, import_options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str |
The full name of the input file. |
| format | ImportFormat |
The format of the input file. |
| import_options | ImportOptions |
Additional options to use when importing. |
Imports the metadata properties to a file.
def import_(self, stream, format, import_options):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase |
The filestream of the input file. |
| format | ImportFormat |
The format of the input file. |
| import_options | ImportOptions |
Additional options to use when importing. |
- class
ImportManager
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.