An open API service indexing awesome lists of open source software.

https://github.com/robocorp/example-python-workitem-files


https://github.com/robocorp/example-python-workitem-files

python workitems

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

          

# example-python-workitem-files

Task structure

1. Read input workitem
2. Get file named "data.csv" from workitem
3. Add new row to CSV file
4. Save modified file to workitem as new file with prefix "updated_"
5. Create child workitem from new file.

Libraries in use

- [RPA.Robocloud.Items](https://robocorp.com/docs/libraries/rpa-framework/rpa-robocloud-items)
- [RPA.Tables](https://robocorp.com/docs/libraries/rpa-framework/rpa-tables)