Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chase-allen-tech/leveldb-to-csv
👋 Generate CSV file from leveldb export file
https://github.com/chase-allen-tech/leveldb-to-csv
appengine csv google json leveldb python27
Last synced: 2 days ago
JSON representation
👋 Generate CSV file from leveldb export file
- Host: GitHub
- URL: https://github.com/chase-allen-tech/leveldb-to-csv
- Owner: chase-allen-tech
- Created: 2021-05-18T07:53:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T07:57:23.000Z (over 3 years ago)
- Last Synced: 2025-01-18T09:43:49.281Z (4 days ago)
- Topics: appengine, csv, google, json, leveldb, python27
- Language: Python
- Homepage:
- Size: 4.83 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ENV:
Python 2.7Rename your leveldb file to "output-XX" file.
Place this file to a specific directory (ex. "src" in project root directory)Open command in the project root directory and run the following command
>>python tocsv.py [YOUR_SOURCE_PATH]
Ex. >>python tocsv.py ./src