{"id":22520702,"url":"https://github.com/gnh1201/catsplit-format","last_synced_at":"2026-03-19T23:03:05.125Z","repository":{"id":113161833,"uuid":"188798684","full_name":"gnh1201/catsplit-format","owner":"gnh1201","description":"Catsplit is data interaction format without rich or high-cost syntax parsers.","archived":false,"fork":false,"pushed_at":"2024-04-29T16:57:44.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T04:26:52.462Z","etag":null,"topics":["data-format"],"latest_commit_sha":null,"homepage":"https://catswords.social/@catswords_oss","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnh1201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-05-27T08:01:46.000Z","updated_at":"2024-10-26T14:00:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f59d85d4-d36f-401a-912f-db558d548985","html_url":"https://github.com/gnh1201/catsplit-format","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnh1201%2Fcatsplit-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnh1201%2Fcatsplit-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnh1201%2Fcatsplit-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnh1201%2Fcatsplit-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnh1201","download_url":"https://codeload.github.com/gnh1201/catsplit-format/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245960972,"owners_count":20700814,"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","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":["data-format"],"created_at":"2024-12-07T05:08:22.476Z","updated_at":"2026-03-19T23:03:05.115Z","avatar_url":"https://github.com/gnh1201.png","language":null,"readme":"# Catsplit\nCatsplit is data interaction format without rich or high-cost syntax parsers.\n\n## Background\nWe already use a common file format such as JSON or XML, but ANSI-like(e.g. ANSI/ISO SQL) data interaction formats are still required in the field. We propose a new format that is human-readable and capable of inter-converting to others.\n\n## Example of Catsplit (our format)\n```\n('oh my error','http://sys.local','26','1','1')\u003c=(Message,URL,Line,Column,Stack)\n```\n\n## Example of JSON\n```\n{\"Message\":\"oh my error\",\"URL\":\"http://sys.local\",\"Line\":\"26\",\"Column\":\"1\",\"Stack:\"1\"}\n```\n\n## Example of XML\n```\n\u003citem\u003e\n    \u003cMesssage\u003eoh my error\u003c/Message\u003e\n    \u003cURL\u003ehttp://sys.local\u003c/URL\u003e\n    \u003cLine\u003e26\u003c/Line\u003e\n    \u003cColumn\u003e1\u003c/Column\u003e\n    \u003cStack\u003e1\u003c/Stack\u003e\n\u003c/item\u003e\n```\n\n## MIME Type (Content-Type), E_MAGIC, Extension\n```\n('application/catsplit','CS','CSPT','cspt')\u003c=(MIME,E_MAGIC,Extension,Header)\n```\n\n## Advanced examples\n- See [ADVANCED.md](https://github.com/gnh1201/catsplit-format/blob/master/ADVANCED.md)\n\n## Conversion to SQL `insert` statement\nCatsplit:\n```\n('oh my error','http://sys.local','26','1','1')\u003c=(Message,URL,Line,Column,Stack)\n```\n\nSQL `Insert`:\n```\ninsert into dummy(Message,URL,Line,Column,Stack) values ('oh my error','http://sys.local','26','1','1')\n```\n\n## Contact us\n* oss@catswords.re.kr\n* ActivityPub [@catswords_oss@catswords.net](https://catswords.social/@catswords_oss)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnh1201%2Fcatsplit-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnh1201%2Fcatsplit-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnh1201%2Fcatsplit-format/lists"}