# Convert ARFF files to different formats.
![PyPI - Version](https://img.shields.io/pypi/v/arff-format-converter?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/arff-format-converter?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/arff-format-converter?style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/arff-format-converter?style=flat-square)
![GitHub Sponsors](https://img.shields.io/github/sponsors/Shani-Sinojiya)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Shani-Sinojiya/arff-format-converter?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/Shani-Sinojiya/arff-format-converter?style=flat-square)
![GitHub followers](https://img.shields.io/github/followers/Shani-Sinojiya?style=social)
![GitHub forks](https://img.shields.io/github/forks/Shani-Sinojiya/arff-format-converter?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/Shani-Sinojiya/arff-format-converter?style=social)
The `arff-format-converter` tool allows you to convert ARFF files to various output formats. Below are the details:
## INSTALL
```bash
pip install arff-format-converter
```
## SYNOPSIS
```bash
arff-format-converter -f <file> -o <output_folder> -fmt <output_format>
```
## EXAMPLES
```bash
arff-format-converter -f data.arff -o output -fmt json
arff-format-converter -f data.arff -o output -fmt xml
arff-format-converter -f data.arff -o output -fmt csv
arff-format-converter -f data.arff -o output -fmt xlsx
arff-format-converter -f data.arff -o output -fmt orc
```
## OPTIONS
- `-f, --file` Path to the ARFF file.
- `-o, --output` Path to the output folder.
- `-fmt, --format` Output format: 'xml', 'json', 'csv', 'xlsx', 'orc'.
## SUPPORTED FORMATS
- **ARFF** (input)
- **XML** (output)
- **JSON** (output)
- **CSV** (output)
- **XLSX** (output)
- **ORC** (Apache ORC format) (output)
## AUTHOR
Written by [Shani Sinojiya](https://www.shanisinojiya.tech).
## REPORTING BUGS:
Report bugs to [issue section](https://github.com/Shani-Sinojiya/arff-format-converter/issues)
**_Remember to replace `"data.arff"` with the actual path to your ARFF file and `"output"` with the desired output folder. Feel free to adapt this code snippet for other formats like XML, CSV, XLSX, or ORC as needed! 🚀_**
## Buy me a coffee ☕️
If you like my work, feel free to support it by buying me a coffee.
<a href="https://www.buymeacoffee.com/shanisinojiya" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Raw data
{
"_id": null,
"home_page": null,
"name": "arff-format-converter",
"maintainer": "Shani Sinojiya",
"docs_url": null,
"requires_python": null,
"maintainer_email": "shanisinojiya@gmail.com",
"keywords": "arff, data-conversion, format-conversion, data-interchange, machine-learning, data-preprocessing, data-transformation, file-format-conversion, data-science, python-package, xml, json, csv, excel, orc, pandas, pyarrow, data-manipulation, data-export, data-import",
"author": "Shani Sinojiya",
"author_email": "shanisinojiya@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d2/a1/1a5a5faf81c7193dde14741c1c72550b806bf39f8a8b669f67ae39c50593/arff_format_converter-1.0.4.tar.gz",
"platform": null,
"description": "# Convert ARFF files to different formats.\n\n![PyPI - Version](https://img.shields.io/pypi/v/arff-format-converter?style=flat-square)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/arff-format-converter?style=flat-square)\n![PyPI - License](https://img.shields.io/pypi/l/arff-format-converter?style=flat-square)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/arff-format-converter?style=flat-square)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/Shani-Sinojiya)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/Shani-Sinojiya/arff-format-converter?style=flat-square)\n![GitHub last commit](https://img.shields.io/github/last-commit/Shani-Sinojiya/arff-format-converter?style=flat-square)\n![GitHub followers](https://img.shields.io/github/followers/Shani-Sinojiya?style=social)\n![GitHub forks](https://img.shields.io/github/forks/Shani-Sinojiya/arff-format-converter?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/Shani-Sinojiya/arff-format-converter?style=social)\n\nThe `arff-format-converter` tool allows you to convert ARFF files to various output formats. Below are the details:\n\n## INSTALL\n\n```bash\npip install arff-format-converter\n```\n\n## SYNOPSIS\n\n```bash\narff-format-converter -f <file> -o <output_folder> -fmt <output_format>\n```\n\n## EXAMPLES\n\n```bash\narff-format-converter -f data.arff -o output -fmt json\narff-format-converter -f data.arff -o output -fmt xml\narff-format-converter -f data.arff -o output -fmt csv\narff-format-converter -f data.arff -o output -fmt xlsx\narff-format-converter -f data.arff -o output -fmt orc\n```\n\n## OPTIONS\n\n- `-f, --file` Path to the ARFF file.\n- `-o, --output` Path to the output folder.\n- `-fmt, --format` Output format: 'xml', 'json', 'csv', 'xlsx', 'orc'.\n\n## SUPPORTED FORMATS\n\n- **ARFF** (input)\n- **XML** (output)\n- **JSON** (output)\n- **CSV** (output)\n- **XLSX** (output)\n- **ORC** (Apache ORC format) (output)\n\n## AUTHOR\n\nWritten by [Shani Sinojiya](https://www.shanisinojiya.tech).\n\n## REPORTING BUGS:\n\nReport bugs to [issue section](https://github.com/Shani-Sinojiya/arff-format-converter/issues)\n\n**_Remember to replace `\"data.arff\"` with the actual path to your ARFF file and `\"output\"` with the desired output folder. Feel free to adapt this code snippet for other formats like XML, CSV, XLSX, or ORC as needed! \ud83d\ude80_**\n\n## Buy me a coffee \u2615\ufe0f\n\nIf you like my work, feel free to support it by buying me a coffee.\n\n<a href=\"https://www.buymeacoffee.com/shanisinojiya\" target=\"_blank\"><img src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" ></a>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Converts ARFF files to CSV, JSON, XML, XLSX, and ORC",
"version": "1.0.4",
"project_urls": null,
"split_keywords": [
"arff",
" data-conversion",
" format-conversion",
" data-interchange",
" machine-learning",
" data-preprocessing",
" data-transformation",
" file-format-conversion",
" data-science",
" python-package",
" xml",
" json",
" csv",
" excel",
" orc",
" pandas",
" pyarrow",
" data-manipulation",
" data-export",
" data-import"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "740ed3cf8fd71184190b4bf149ea6cf8002b9dccc8d13c8688f19bc2410dcaf3",
"md5": "615b9718c2c552fe363d0f325bdfd18f",
"sha256": "5efa77e368cee0232291beb9dbe1a55290e8076baa397af6b78e43b5eb6b793d"
},
"downloads": -1,
"filename": "arff_format_converter-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "615b9718c2c552fe363d0f325bdfd18f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7600,
"upload_time": "2024-05-31T18:29:30",
"upload_time_iso_8601": "2024-05-31T18:29:30.725357Z",
"url": "https://files.pythonhosted.org/packages/74/0e/d3cf8fd71184190b4bf149ea6cf8002b9dccc8d13c8688f19bc2410dcaf3/arff_format_converter-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2a11a5a5faf81c7193dde14741c1c72550b806bf39f8a8b669f67ae39c50593",
"md5": "88b7375ca73da56a9451d14f948301c8",
"sha256": "e54ab35620348fefa71714699a143f00df8c67e93e23f63b9367138c33d79aea"
},
"downloads": -1,
"filename": "arff_format_converter-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "88b7375ca73da56a9451d14f948301c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5755,
"upload_time": "2024-05-31T18:29:32",
"upload_time_iso_8601": "2024-05-31T18:29:32.407654Z",
"url": "https://files.pythonhosted.org/packages/d2/a1/1a5a5faf81c7193dde14741c1c72550b806bf39f8a8b669f67ae39c50593/arff_format_converter-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-31 18:29:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "arff-format-converter"
}