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}