simonstaton
New Member
- Joined
- Feb 4, 2011
- Messages
- 14
Hi,
I have a .csv file with all our products references, alternative references and Names
I want it to scan over all "references" and "alternative references" and return the duplicates so I can go back and fix them.
the csv file looks like so:
Ref:----Alt Ref:----Name:
10------15; 17----8ft Tramp Pads
9-------10; 11----8ft Tramp Bed
as you can see the alt ref of the bed has the same ref as the Pads.
Thanks,
Simon
I have a .csv file with all our products references, alternative references and Names
I want it to scan over all "references" and "alternative references" and return the duplicates so I can go back and fix them.
the csv file looks like so:
Ref:----Alt Ref:----Name:
10------15; 17----8ft Tramp Pads
9-------10; 11----8ft Tramp Bed
as you can see the alt ref of the bed has the same ref as the Pads.
Thanks,
Simon