{"id":16983193,"url":"https://github.com/heychobe/file-converter","last_synced_at":"2025-09-15T12:45:43.807Z","repository":{"id":177133258,"uuid":"648551974","full_name":"HeyChobe/file-converter","owner":"HeyChobe","description":null,"archived":true,"fork":false,"pushed_at":"2025-01-09T06:12:32.000Z","size":502,"stargazers_count":0,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T10:13:59.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://file-converter-gamma.vercel.app","language":"JavaScript","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/HeyChobe.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-02T08:30:51.000Z","updated_at":"2025-02-11T17:50:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9775357f-e096-4914-a1a9-63866430cd96","html_url":"https://github.com/HeyChobe/file-converter","commit_stats":null,"previous_names":["heychobe/file-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HeyChobe/file-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyChobe%2Ffile-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyChobe%2Ffile-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyChobe%2Ffile-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyChobe%2Ffile-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyChobe","download_url":"https://codeload.github.com/HeyChobe/file-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyChobe%2Ffile-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275260485,"owners_count":25433379,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-14T02:27:58.921Z","updated_at":"2025-09-15T12:45:43.760Z","avatar_url":"https://github.com/HeyChobe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Converter\n\nA project for Information Risk Manager Courser.\n\nThis application helps to change the format of the content file within the type, allows to convert the following files:\n\n- txt to json\n- txt to xml\n- json to txt\n- xml to txt\n\n## Table of Contents\n\n- [Allowed Input Examples](#allowed-input-examples)\n  - [TXT](#txt)\n  - [JSON](#json)\n  - [XML](#xml)\n- [Getting Started](#getting-started)\n- [Contributors](#contributors)\n\n## Allowed Input Examples\n\n### TXT\n\n```\n06096092-7;Carlos Roberto;Cortez Iraheta;2346570023456;GOLD;77951277;((-90.7695083618 17.8177528345, 10.3123123 123.123123123));\n06931234-2;Samantha Karla;Flores Castellon;1234521434234;GOLD;74544436;((-90.7695083618 17.8177528345));\n```\n\n### JSON\n\n```json\n[\n  {\n    \"documento\": \"06096092-7\",\n    \"nombres\": \"Carlos Roberto\",\n    \"apellidos\": \"Cortez Iraheta\",\n    \"tarjeta\": \"U2FsdGVkX1+G/wgrJyovyLao80EQriyyMFQ9jpEOgUs=\",\n    \"tipo\": \"GOLD\",\n    \"telefono\": \"77951277\",\n    \"poligono\": {\n      \"type\": \"FeatureCollection\",\n      \"features\": [\n        {\n          \"type\": \"Feature\",\n          \"geometry\": {\n            \"type\": \"polygon\",\n            \"coordinates\": [\n              [\n                [\"-90.7695083618\", \"17.8177528345\"],\n                [\"10.3123123\", \"123.123123123\"]\n              ]\n            ]\n          },\n          \"properties\": {\n            \"Land_Use\": \"I\"\n          }\n        }\n      ]\n    }\n  },\n  {\n    \"documento\": \"06931234-2\",\n    \"nombres\": \"Samantha Karla\",\n    \"apellidos\": \"Flores Castellon\",\n    \"tarjeta\": \"U2FsdGVkX1+1RPuiPCZKvj7BotYYjz8escv8axcwXms=\",\n    \"tipo\": \"GOLD\",\n    \"telefono\": \"74544436\",\n    \"poligono\": {\n      \"type\": \"FeatureCollection\",\n      \"features\": [\n        {\n          \"type\": \"Feature\",\n          \"geometry\": {\n            \"type\": \"polygon\",\n            \"coordinates\": [[[\"-90.7695083618\", \"17.8177528345\"]]]\n          },\n          \"properties\": {\n            \"Land_Use\": \"I\"\n          }\n        }\n      ]\n    }\n  }\n]\n```\n\n### XML\n\n```xml\n\u003cclientes\u003e\n\t\u003ccliente\u003e\n\t\t\u003cdocumento\u003e06931234-2\u003c/documento\u003e\n\t\t\u003cnombres\u003eCarlos Roberto\u003c/nombres\u003e\n\t\t\u003capellidos\u003eCortez Iraheta\u003c/apellidos\u003e\n\t\t\u003ctarjeta\u003eU2FsdGVkX1+mMoYyKSCmBap8kHYkdL+tf2Sgh/W9V0w=\u003c/tarjeta\u003e\n\t\t\u003ctipo\u003eGOLD\u003c/tipo\u003e\n\t\t\u003ctelefono\u003e77951277\u003c/telefono\u003e\n\t\t\u003cpoligono\u003ePOLYGON ((-90.7695083618 17.8177528345, 10.3123123 123.123123123))\u003c/poligono\u003e\n\t\u003c/cliente\u003e\n\t\u003ccliente\u003e\n\t\t\u003cdocumento\u003e06096092-7\u003c/documento\u003e\n\t\t\u003cnombres\u003eSamantha Karla\u003c/nombres\u003e\n\t\t\u003capellidos\u003eFlores Castellon\u003c/apellidos\u003e\n\t\t\u003ctarjeta\u003eU2FsdGVkX19el7Xt+Ha3G1BFjA3nvzzpwrhTY/dWWRs=\u003c/tarjeta\u003e\n\t\t\u003ctipo\u003eGOLD\u003c/tipo\u003e\n\t\t\u003ctelefono\u003e74544436\u003c/telefono\u003e\n\t\t\u003cpoligono\u003ePOLYGON ((-90.7695083618 17.8177528345))\u003c/poligono\u003e\n\t\u003c/cliente\u003e\n\u003c/clientes\u003e\n```\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n## Contributors\n\n- Diana Umaña, 00143619\n- Mario Rodriguez, 00131829\n- Oscar Orellana, 00258219\n- Carlos Cortez, 00204119\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheychobe%2Ffile-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheychobe%2Ffile-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheychobe%2Ffile-converter/lists"}