Copy particular Excel columns values to Datatable

Attached Input XLS file for reference…
TEST1.XLS (30.5 KB)
This file will downloaded from SAP.

Requirement —

  1. Need to copy the row values under “User” & Logon (There are two logon columns… we need the values only from First logon column) column from XLS file to DT
  2. Change the column name from “User” to “UserID”
  3. Remove the empty row next to “User” Column

Note : There is no FIXED row number for this “User” Column… because in every download this user column will be different row

Expected output : — Please refer this file for expected output
expectedoutput.xlsx (10.9 KB)

Hi @Sathish_Kumar_S

Can you try the below

Sequence21.xaml (18.2 KB)

Output:

A spreadsheet with columns for "UserID" and "Logon," containing one entry with "IDALAI" and the logon date "08/28/2024". (Captioned by AI)

Regards,

Thank you …it worked

1 Like

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