Releases: s4int/robotframework-CSVLibrary
Releases · s4int/robotframework-CSVLibrary
0.0.5
Implemented #15 Robot Framework DotDict support
With the DotDict class it is possible to do like this (as long as the header does not contain spaces):
*** Test Cases ***
Read csv file to a dict example test
@{dict}= read csv file to associative data.csv
Log ${dict[0].first_name} ${dict[0].last_name}
0.0.4
0.0.3
Aditional prameters
- support for reading selected lines
- named parameters support
First release
0.0.1 Fix and documentation