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
- Host: GitHub
- URL: https://github.com/robocorp/example-python-workitem-files
- Owner: robocorp
- Created: 2021-07-23T07:10:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T18:28:04.000Z (over 3 years ago)
- Last Synced: 2025-02-26T16:50:23.013Z (over 1 year ago)
- Topics: python, workitems
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)