Hi Dojo community ,
I'm currently working on automating a process within DataMiner that involves importing ZIP files (not extract) from the Documents module into an element table. Here's a brief overview of what I'm trying to achieve:
- ZIP files stored in a specific folder within the Documents module( this will be done manually).
- Transfer the updated ZIP file location onto the element table ( the contents of the zip folder does not need to be read) (automation) .
- Activate the associated ZIP file in the element table (automation)
Fig 1 :Zip folder in the documents module
Fig 2: The element table that needs to be populated with the updated zip file and activate it.
Ideally I want to perform this process by executing a C sharp automation script. Any specific method to import the zip file location and change the file from, code snippets, or examples related to this automation task would be incredibly helpful. Thank you in advance for your assistance!
Kind Regards,
ABM
Hi,
Could you please take a look at the answer to this other question?
Thank you ! will look into that answer and further clarify