First add a column of numbers to the table.
Then, if all entries in Country.Number are set to "." dividing "US" and "#", you can easily just get all the rows from the table and go through each row.
On each line, you can use the explode () function, for example (others exist) to divide the Country field into 2 parts: "US" and "#", and then insert.
Chris source share