Data Manipulation Issue

Hello @arsalanrasheed143

Checkout this expression
(?<=stars\n)Cooking.\n.

String Variable = System.Text.RegularExpressions.Regex.Match(variable1,“(?<=stars\n)Cooking.\n.”).ToString

After getting the value you can add them in the Add datarow activity in order to add them in the datatable and in the excel like this

Regards
Sudharsan