{"library":"robotframework-csvlibrary","title":"robotframework-csvlibrary","description":"Robot Framework library for reading and writing CSV files (with DotDict support). Current version 0.0.5, released 2025-01-05. Low maintenance cadence.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install robotframework-csvlibrary"],"cli":null},"imports":["Library  CSVLibrary"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"*** Settings ***\nLibrary  CSVLibrary\n\n*** Test Cases ***\nRead CSV File To List\n    ${data}=    read csv file to list    data.csv\n    Log Many    @{data}","lang":"robotframework","description":"Basic usage: import CSVLibrary and use read csv file to list keyword.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}