Showing posts with label level 3 advance training assignment code. Show all posts
Showing posts with label level 3 advance training assignment code. Show all posts

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.

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...