I need to copy data from one excel to another excel based on filtering one column

Hi ,

This is my output file.
Status_16092022_08_31 (1).xlsx (10.7 KB)

From this file i need to filter last column if the Final SR status is “open” then those rows i need to copy to another excel file.
Below is the attachment after filtering the above file

Status_16092022_08_31 (1).xlsx (10.4 KB)

Thanks
Likitha

HI @vinjam_likitha

You can try with Filter Data Table activity

Regards
Gokul

1 Like

Hi @vinjam_likitha

Check out the XAML file

FilterStatus.xaml (6.3 KB)

Output

Status_16092022_08_31 (1).xlsx (11.8 KB)

Regards
Gokul

2 Likes

Hi @vinjam_likitha

Try below steps

  1. Read Input Excel file and save it in dt_Input
  2. Filter the data table using column ‘Final SR status’
  3. save the filtered rows to dt_output
  4. write the output data table to Ouput Excel file

Filter_DataTable.xaml (7.8 KB)

Thanks
John

Hi ,

Thanks for the Solution.

1 Like

Hi,
i need to remove the status column “open” in first excel file after copying them to second output file.

Thanks
Likitha

Can you create a new topic for this. Other user may confused @vinjam_likitha

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.