Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@s4int s4int released this 15 Mar 07:36

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}