NMPROJECTFINAL820322104008
NMPROJECTFINAL820322104008
NMPROJECTFINAL820322104008
COLLEGE OF ENGINEERING
Approved by AICTE & Affiliated to Anna University, Chennai
Accredited by NAAC with ‘A’ Grade (3rd Cycle)
(An ISO 9001:2015 Certified Institution)
I
BONAFIDE CERTIFICATE
Register No: 820322104008
Certified to be bonafide record of work done by
M.BALA KUMARAN Of
III Year V Semester B.E./B.Tech CSE Degree course in the
2 28-11-2024 Procedure 1
3 28-11-2024 Implementing 3
screenshot
4 28-11-2024 Executing UI path with 7
screenshot
6 28-11-2024 Result 11
III
CONSOLIDATED DATA REPORTING USING LINQ
Aim:
Create a consolidated data reporting system using LINQ
to merge sales and employee data from Excel files. The goal is
to provide a comprehensive summary of total units sold and
total revenue for each employee, highlighting their region and
name for improved business insights.
Procedure:
1. Setup: Install UiPath Studio and the necessary
packages (Excel Activities).
2. Data Extraction:
2.1 Read Sales Data:
1
3. Data Merging:
3.1 Join Data Tables:
Add a "Join Data Tables" activity.
Set DataTable1 to dtSales and DataTable2
to dtEmployees.
Set the JoinType to "Inner".
Specify the columns to join on (EmployeeID).
Store the result in a new DataTable variable
named dtMerged.
4. Data Transformation:
4.1 Calculate Totals:
2.row("TotalRevenue") =
Convert.ToDecimal(row("Revenue")).
Use "Add Data Column" activities to add
new columns to dtMerged for TotalUnitsSold
and TotalRevenue.
2
5. Reporting:
5.1Write Consolidated Report:
Implementing Screenshots:
3
4
5
6
Executing Uipath With Screenshot:
7
8
Input Screenshot:
Data 1 File:
9
Data 2 File:
10
Output Screenshot:
Consolidated Report of Data 1 & Data
2
11
Result:
The project successfully generated a consolidated report by merging and transforming sales and
employee data. This report provides a detailed summary of total units sold and total revenue for
each employee, categorized by their region and name.
12
DIPLOMA CERTIFICATE
13