Saturday, June 8, 2019

UiPath: UiDemo Level 3 Advance Training Assignment working code

Check out my latest assignment completed on UiDemo Level 3 Advance Training first assignment. It took me more than 8 hours work to complete as there were issue in ReFramework which took most of my time in figuring out issue. You can download the complete project from GitHub @zpaya repository.

1 comment:

  1. Thank you so much for this nice information. Hope so many people will get aware of this and useful as well. And please keep update like this.
    Visit us: RPA Online Training
    Visit us: Ui Path Developer Training

    ReplyDelete

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...