{"id":15023724,"url":"https://github.com/zeroune/robotframework-csvlib","last_synced_at":"2025-04-10T23:50:58.423Z","repository":{"id":57462401,"uuid":"151601983","full_name":"Zeroune/robotframework-csvlib","owner":"Zeroune","description":"CSV library for robotframework written in Python 3","archived":false,"fork":false,"pushed_at":"2020-08-15T08:33:35.000Z","size":11,"stargazers_count":2,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T00:39:57.130Z","etag":null,"topics":["csv","python","python3","robotframework"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Zeroune.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":"2018-10-04T16:24:18.000Z","updated_at":"2023-02-06T15:30:17.000Z","dependencies_parsed_at":"2022-09-12T14:22:09.719Z","dependency_job_id":null,"html_url":"https://github.com/Zeroune/robotframework-csvlib","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/Zeroune%2Frobotframework-csvlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeroune%2Frobotframework-csvlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeroune%2Frobotframework-csvlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeroune%2Frobotframework-csvlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeroune","download_url":"https://codeload.github.com/Zeroune/robotframework-csvlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317707,"owners_count":21083528,"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","python","python3","robotframework"],"created_at":"2024-09-24T19:59:22.724Z","updated_at":"2025-04-10T23:50:58.409Z","avatar_url":"https://github.com/Zeroune.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robotframework-csvlib\nCSV library for robotframework written in Python 3\n\n## Installation\n```\npip install robotframework-csvlib\n```\n\n## Quick Keyword Overview\n```\nRead CSV As Single List \n    Arguments:\n        Filepath\n        Delimiter (optional)\n    Returns:\n        A single list with all values.\n```\n```\nRead CSV As List \n    Arguments:\n        Filepath\n        Delimiter (optional)\n    Returns:\n        A list containing all rows as lists.\n```\n```\nRead CSV As Dictionary \n    Arguments:\n        Filepath\n        Name of key column\n        Name(s) of value column(s)\n        Delimiter (optional)\n    Returns:\n        A dictionary with the key column a key and the value column(s) as value. \n        If there are multiple value columns the value will be a list containing all values.\n```\n\n### Example\n```\n*** Settings ***\nLibrary  CSVLib\n\n*** Test Cases ***\nTest CSV\n\t${singlelist}=\t\tRead CSV As Single List\t\ttest.csv\n\tlog to console\t\t${singlelist}\n\n\t${list}=\t\tread csv as list\t\ttest.csv\n\tlog to console\t\t${list}\n\n\t${dict}=\t\tread csv as dictionary\t\ttest_dict.csv\t\tAnimal\t\tLegs\t\t,\n\tlog to console\t\t${dict}\n\n\t${value}=\t\tcreate list\t\t\tLegs\t\t\tEyes\n\t${dictWList}=\t\tread csv as dictionary\t\ttest_dict1.csv\t\tAnimal\t\t${value}\t,\n\tlog to console\t\t${dictWList}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroune%2Frobotframework-csvlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroune%2Frobotframework-csvlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroune%2Frobotframework-csvlib/lists"}