I have a list of addresses that have unnecessary information.
I would like to remove string between first ,
and second ,
including commas.
for example: 527 TEST RD, APT 22, EDINBURG, TX
I want to make it 527 TEST RD, EDINBURG, TX
How can I accomplish it?