{"id":13892723,"url":"https://github.com/abg-dev/csv2kanboard","last_synced_at":"2025-07-17T06:30:35.431Z","repository":{"id":27485261,"uuid":"30965215","full_name":"abg-dev/csv2kanboard","owner":"abg-dev","description":"A quick and dirty PHP script to import CSV files in Kanboard (http://kanboard.net/)","archived":false,"fork":false,"pushed_at":"2015-07-20T17:09:29.000Z","size":160,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-07T17:30:34.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/abg-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T12:46:26.000Z","updated_at":"2024-02-01T16:38:09.000Z","dependencies_parsed_at":"2022-09-03T06:42:13.057Z","dependency_job_id":null,"html_url":"https://github.com/abg-dev/csv2kanboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abg-dev%2Fcsv2kanboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abg-dev%2Fcsv2kanboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abg-dev%2Fcsv2kanboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abg-dev%2Fcsv2kanboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abg-dev","download_url":"https://codeload.github.com/abg-dev/csv2kanboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226226071,"owners_count":17592318,"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":[],"created_at":"2024-08-06T17:01:10.492Z","updated_at":"2024-11-24T20:31:02.268Z","avatar_url":"https://github.com/abg-dev.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"CSV2Kanboard\r\n==============\r\n\r\nA quick and dirty PHP script to import CSV files in Kanboard (http://kanboard.net/). Till we have native CSV import in Kanboard itself.\r\n\r\n## What is does\r\n- Creates tasks in Kanboard from CSV file. Useful for bulk task creation.\r\n- Create tasks in multiple projects, swimlanes, with different color codes... whatever Kanboard Webhook API allows\r\n- Supports fields while creation: project_id, title, description, color_id, owner_id, column_id\r\n\r\n## Prerequisites\r\n\r\n- PHP 5.x. Tested on PHP 5.5+\r\n- Tested against Release **1.0.12**, **latest Kanboard development** branch.\r\n\r\n## Usage\r\n\r\n1. Download and put the csv2kanboard.php file somewhere.\r\n2. **IMPORTANT**: You must set the Kanban webhook URL. Get it from http://\u003ckanboard_url\u003e/?controller=config\u0026action=webhook. You can set it to one of these files:\r\n    - A file with name `.csv2kanboard` in the same directory. Just paste it in the file and make sure it's the first line.\r\n    - Open the `csv2kanboard.php` and set it there at line number 7. This is overridden if mentioned in `.csv2kanboard` file.\r\n3. Run `php csv2kanboard.php \u003cfilename\u003e`. You need to pass a comma delimited filename as argument.\r\n\r\n**Example command line:**\r\n\r\n`php csv2kanboard.php sample.csv`\r\n\r\n*Note: A sample data file is included. You can test with that -or- start creating your task list from it.*\r\n\r\nThe CSV should be structured this way:\r\n\r\n- First line is assumed as header and skipped.\r\n- Columns must be in this order: project_id, title, description, color_id, owner_id, column_id\r\n- **Mandatory fields:**\r\n- project_id: If not provided, row will be skipped\r\n- title: If not provided, row will be skipped\r\n- *[tips: These can be used to ignore a line. For example you want to skip certain lines (used as section identifier or header), set either of them blank.]*\r\n- **Optional field values:**\r\n- description: Can contain markdown syntax\r\n- color_id: yellow, blue, green, purple, red, orange and grey. Default yellow. **Anything else will create task with white background. But later you can always change it**\r\n- owner_id: Numeric owner id. Default unassigned\r\n- column_id: Numeric column id. Defaults to first column on board. If column id does not belong to this project, **task is not created and no error is shown**\r\n- category_id: Numeric category id\r\n- Blank lines are ignored. \r\n\r\n ## Troubleshooting tips\r\n \r\n* If it says 'Not Authorized', it means the token is not valid.\r\n* The webhook URL can be checked from browser. Call this URL from browser it's alright if you get a FAILED message. If you see 'Not Authorized' then this is not correct.\r\n \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabg-dev%2Fcsv2kanboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabg-dev%2Fcsv2kanboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabg-dev%2Fcsv2kanboard/lists"}