Ranpez is designed to facilitate the conversion of data files between various formats such as CSV, JSON, Parquet, and Excel using Apache Arrow in-memory computation. It provides an interactive command-line interface for ease of use. It's an ETL framework which is supporting csv,excel,sql,api and variours file formats.
- Convert data files between CSV, JSON, Parquet, and Excel fromats.
- Interactive CLI for a step-by-step conversion process.
- Displays the data size being converted and the time taken for the conversion.
- Python 3.x
- PyArrow
- Pandas
- OpenPyXL (for Excel file handling)
Clone the project
git clone https://github.com/varshith-Git/ranpez.git
Go to the project directory
cd ranpez
Install dependencies
pip install pyarrow pandas openpyxl
To run the tool, navigate to the project directory in your terminal and run the 'converter_init.py' script.
python converter_init.py
Follow the on-screen prompts to specify the path to your input file, the input format, the path for the output file, and the output format.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
MIT License
Copyright (c) [2023] [ranpez]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.