Split value from one column and update in another new column - Data table

@Sathish_Kumar_S

After reading the excel
for output datatable insert one column.
use for each row in datatable activity
inside loop get two column values by taking two assign activities, and use write cell activity.
and pass the value by using concatination Variable1+". "+Variable2

try and let me know if any additional info required

Happy Automation!!