{"id":21916870,"url":"https://github.com/zenoo/jquery-csvexport","last_synced_at":"2025-06-13T11:07:38.824Z","repository":{"id":20767796,"uuid":"90853446","full_name":"Zenoo/JQuery-csvExport","owner":"Zenoo","description":"Export your HTML tables to CSV format.","archived":false,"fork":false,"pushed_at":"2025-01-07T11:36:54.000Z","size":163,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T11:06:51.528Z","etag":null,"topics":["csv","csv-export","jquery","jquery-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zenoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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}},"created_at":"2017-05-10T10:46:04.000Z","updated_at":"2025-05-12T04:10:19.000Z","dependencies_parsed_at":"2025-04-20T11:30:19.052Z","dependency_job_id":null,"html_url":"https://github.com/Zenoo/JQuery-csvExport","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Zenoo/JQuery-csvExport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2FJQuery-csvExport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2FJQuery-csvExport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2FJQuery-csvExport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2FJQuery-csvExport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenoo","download_url":"https://codeload.github.com/Zenoo/JQuery-csvExport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2FJQuery-csvExport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259634348,"owners_count":22887697,"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":["csv","csv-export","jquery","jquery-plugin"],"created_at":"2024-11-28T19:21:14.978Z","updated_at":"2025-06-13T11:07:38.795Z","avatar_url":"https://github.com/Zenoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csvExport\n\nExport your HTML tables to CSV format.\n\n### Doc\n\n* **Installation**\n\nSimply import JQuery \u0026 csvExport into your HTML.\n```\n\u003cscript src=\"https://code.jquery.com/jquery-3.2.1.min.js\" integrity=\"sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/csvexporter@1.4.0/csvExport.min.js\"\u003e\u003c/script\u003e\t\n```\n* **How to use**\nSelect your table(s) with a JQuery selector.\n```\n$('table').csvExport();\n```\n* **Options**\n```\n{\n    escapeContent:true, //Escapes illegal chars\n    title:'Exported_Table.csv', //File name\n    beforeStart : function(table) {}, //Triggers before anything is called\n    onStringReady : function(currentString) {} //Triggers when your CSV string is ready\n}\n```\n* **Example**\n```\n$('table').csvExport({\n  title: \"Table_Test.csv\",\n  beforeStart: function(t){\n    console.log(t);\n  },\n  onStringReady: function(s){\n    console.log(s);\n  }\n});\n```\n\n## Authors\n\n* **Zenoo** - *Initial work* - [Zenoo.fr](http://zenoo.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fjquery-csvexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenoo%2Fjquery-csvexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fjquery-csvexport/lists"}