https://github.com/gambolputty/wikitable2csv
A web tool to convert Wiki tables to CSV 📈
https://github.com/gambolputty/wikitable2csv
converter csv data table wikipedia
Last synced: 7 days ago
JSON representation
A web tool to convert Wiki tables to CSV 📈
- Host: GitHub
- URL: https://github.com/gambolputty/wikitable2csv
- Owner: gambolputty
- License: mit
- Created: 2017-01-16T06:54:29.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T00:53:15.000Z (about 1 year ago)
- Last Synced: 2024-12-29T01:25:11.382Z (about 1 year ago)
- Topics: converter, csv, data, table, wikipedia
- Language: TypeScript
- Homepage: https://wikitable2csv.ggor.de
- Size: 2.28 MB
- Stars: 166
- Watchers: 4
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wikitable2csv
A web tool to extract tables from Wiki pages and convert them to CSV. Use it online [here](https://wikitable2csv.ggor.de/).
## How to use
1. Enter the URL of the Wiki page containing the table(s) and hit "Send".
2. Copy the result to your clipboard or download the table(s) as CSV file(s).
Works with Wikipedia.org and other Wiki websites.
## Development
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1. Clone this repository
2. Run `npm start` in the project directory
3. In VSCode launch the "Chrome" debugger
## License
[MIT](https://github.com/gambolputty/wikitable2csv/blob/main/LICENSE) © Gregor Weichbrodt