I have this data extracted from PDF in excel… Now i want to separate each data.
like in date column i want 1 to 31 serially
in Day column also same serially
in Normal column also same logic…
How to do that?
How to do that?
Follow the steps
currentrow(0) = currentrow(0).Tostring.Split(" "c).First similarly use with 1 and 2currentrow(0) = currentrow(0).Tostring.Split(" "c).Last similarly use with 1 and 2dt.rowcount/2-1Cheers
Test11.xlsx (8.5 KB)
Will u plz help me with the workflow…
Kindly find below attached flow as per your requirement
Main.xaml (27.4 KB)
Hope it works for you
Regards,
Vinit Mhatre
Thank you @Vinit_Mhatre for your Valuable efforts…
Anytime ![]()
Happy Automation !!!
Regards,
Vinit Mhatre
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.