All,
Sample Data attached.
- I have an input Data set with four sheets ( Each sheet has different schema)
- Firstly i want to Identify the Users who falls under AREA = EUROPE (From sheet4)
- Take their EMP ID,FIRST NAME and LAST NAME.(From sheet4)
- Go to sheet1 Check the all the rows of Data and in Multiple Columns to see
If any of those columns has got a EMP ID value who belongs to AREA = EUROPE
(OR)
If any of those columns has got FIRST AND LAST NAME who belongs to AREA = EUROPE
then replace those values with Masked Data.
- Repeat the above for all the sheets (from sheet1 to Sheet4).
- After masking Output the Result in the same format as Input Data set
- Provide a separate report on how many rows have been Masked for Each Individual tabs in separate Output File.
- Provide a separate report on how many columns have been impacted with list of column names and sheet names in separate Output report.