Doesn't sound like that is much different than what I did.
I have SQL backups that I dumped the inventory table to text.
I went through the text file searching for ('xx',' because the charid is the first value, I then copied all those lines to a separate text file. When I was finished I inserted those back into the inventory table.
That worked, but it's hella time consuming copy and pasting every item, plus taking the time to delete duplicates.
|