Skip to content

robocorp/example-asset-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store data in Control Room with Asset Storage

Robot examples demonstrating how to operate with various types of assets.

Both of the examples are doing the same three things:

  1. An initial text content is saved into a simple text asset.
  2. The previous text is retrieved, added into a dictionary, then saved into a JSON kind of asset.
  3. The previous JSON data is retrieved back into a dictionary object, then is serialized and saved into a file which gets stored in the cloud. Finally, the stored file is retrieved from the cloud and saved locally on disk in the output directory.

Tasks

  • Python: Py Manage Assets
  • Robot Framework: RF Manage Assets

Documentation