{"id":18876320,"url":"https://github.com/carlosulisesochoa/merge-multiple-csv","last_synced_at":"2026-02-18T11:30:17.783Z","repository":{"id":197898987,"uuid":"697079918","full_name":"CarlosUlisesOchoa/merge-multiple-csv","owner":"CarlosUlisesOchoa","description":"a python script to merge multiple csv files, merge and remove duplicates if exists","archived":false,"fork":false,"pushed_at":"2023-10-03T04:50:08.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T02:13:17.187Z","etag":null,"topics":["csv","csv-merge","csv-merger","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CarlosUlisesOchoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-27T02:33:55.000Z","updated_at":"2024-11-12T00:23:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"11f426aa-dec8-4c31-90d2-67508eccc19a","html_url":"https://github.com/CarlosUlisesOchoa/merge-multiple-csv","commit_stats":null,"previous_names":["carlosulisesochoa/merge-multiple-csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fmerge-multiple-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fmerge-multiple-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fmerge-multiple-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fmerge-multiple-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosUlisesOchoa","download_url":"https://codeload.github.com/CarlosUlisesOchoa/merge-multiple-csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239832433,"owners_count":19704607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","csv-merge","csv-merger","python"],"created_at":"2024-11-08T06:12:26.522Z","updated_at":"2026-02-18T11:30:17.741Z","avatar_url":"https://github.com/CarlosUlisesOchoa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eCSV Merger\u003c/h1\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.6%2B-blue\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Overview\n\nThis Python script merges multiple CSV files by appending rows to a single output CSV file. The script also processes each row to reformat the date and filter the columns before merging.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Options](#options)\n- [Example](#example)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Prerequisites\n\n- Python 3.6 or later\n\n## Installation\n\n1. Clone this repository or download the script `csv_merger.py`.\n2. Make sure you have Python installed, or download it from [Python's official website](https://www.python.org/).\n\n## Usage\n\nOpen a terminal and navigate to the directory containing the script. Then, run the following command:\n\n```bash\npython csv_merger.py [OPTIONS]\n```\n\n## Options\n\n- `-n, --name [FILENAME]`: Specifies the name of the output file (default: `merged.csv`).\n- `-d, --delete`: Deletes input files after merging (default: False).\n\n## Example\n\nLet's say you have a directory `input` with the following CSV files:\n\n- `file1.csv`\n- `file2.csv`\n\nAfter running the command:\n\n```bash\npython csv_merger.py -n \"final_version\" -d\n```\n\nAn output file named `final_version.csv` will be created in the ouput directory, and the input files will be deleted if the `-d` flag is set.\n\n## Contributing\n\nFor contributing to this project, please feel free to [open an issue](https://github.com/CarlosUlisesOchoa/merge-multiple-csv/issues) or submit a pull request.\n\n## Contact\n\n- Website [carlos8a.com](https://carlos8a.com)\n- GitHub [@CarlosUlisesOchoa](https://github.com/carlosulisesochoa)\n- X [@Carlos8aDev](https://twitter.com/carlos8adev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosulisesochoa%2Fmerge-multiple-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosulisesochoa%2Fmerge-multiple-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosulisesochoa%2Fmerge-multiple-csv/lists"}