Writing .tsv excel file?

Hi! @Bhanu_Rathore,

Do one thing after you copied the text. use Regex(Replace) activity.

please refer How to manipulate a part of string: Split, Trim, Substring, Replace, Remove, Left, Right

Regex(Replace) you can see the activity below

ReGeX

i extracted your text it will select all the commas inside the text please refer the below image

COMMA

please make some changes in your replace activity

RegEx-Advanced Value_field just use symbols- backward slash with comma (This will select the every comma in your text) dont make any changes then save it. this will remove all the commas which is present in your entire text.

Thanks&Regards
NaNi