I need to extract data only file name from entire data

Hi @vinjam_likitha

That is the reason I gave the second part as well

System.Text.RegularExpressions.Regex.Match(Currentrow("Column Name").Tostring.Trim,"(?<=\d\)).*").Tostring

Can you confirm if you will have 1) ,2) and 3) as well in the excel data?

If not can you exactly give how the data would be

cheers