Skip to content

Releases: s4int/robotframework-CSVLibrary

0.0.5

15 Mar 07:36
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed #14

0.0.3

27 Nov 22:47
f64a1e6
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • support for reading selected lines
  • named parameters support

First release

02 Apr 07:15
Compare
Choose a tag to compare
0.0.1

Fix and documentation