Robot Framework library for reading and writing CSV files (with DotDict support). Current version 0.0.5, released 2025-01-05. Low maintenance cadence.
pip install robotframework-csvlibraryVerified import paths — ran on the pinned version, not inferred.
Basic usage: import CSVLibrary and use read csv file to list keyword.
Update test cases to use DotDict syntax: ${dict}[key] or ${dict.key}.Use ${dict}['header with spaces'] instead of ${dict}.header_with_spaces.Use 'read csv file to associative' (returns DotDict) or 'read csv file to list' for lists.
No dependency data recorded yet.