A simple Python tool to clean up txt, CSV, JSON, xlsx, xml files by removing duplicate lines while preserving the order. The tool removes duplicate lines within the file and saves to new file.
- Removes duplicate lines within a txt, CSV, JSON, xlsx, xml file to create a clean, organized version
- Preserves the original line order while filtering out duplicates
