Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 458 Bytes

File metadata and controls

14 lines (10 loc) · 458 Bytes

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