Releases: s4int/robotframework-CSVLibrary
Releases · s4int/robotframework-CSVLibrary
0.0.5
15 Mar 07:36
Compare
Sorry, something went wrong.
No results found
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
02 Feb 08:32
Compare
Sorry, something went wrong.
No results found
0.0.3
27 Nov 22:47
Compare
Sorry, something went wrong.
No results found
fixed python3 support
reworked internals
tests added
support for reading writing from/to string
New keywords added:
Append To Csv String
Csv String From Associative
Read Csv String To Associative
Read Csv String To List
Aditional prameters
06 Apr 19:39
Compare
Sorry, something went wrong.
No results found
support for reading selected lines
named parameters support
First release
02 Apr 07:15
Compare
Sorry, something went wrong.
No results found
0.0.1
Fix and documentation