What can I do to delete all line in which one word (and not number) is the same. Here is the example:
4,5876746600174000,dog
4,5876736392287000,nacho
4,5876692287755000,dog
4,5876684072439000,tree
4,5876692287773600,dog
4,5876692879655000,dog
4,5876692434755000,frog
I would like to let it automatically delete every line that says "dog" after it was mentioned already once, including all content... any idea? It obviously is a csv file, so maybe its quicker with open office?