robotframework-CSVLibrary

Robot Framework keyword library for CSV files

APACHE-2.0 License

Downloads
64.7K
Stars
16
Committers
2

Bot releases are hidden (Show)

robotframework-CSVLibrary - 0.0.5 Latest Release

Published by s4int over 2 years ago

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}
robotframework-CSVLibrary - 0.0.4

Published by s4int over 2 years ago

Fixed #14

robotframework-CSVLibrary - 0.0.3

Published by s4int almost 3 years ago

  • 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
robotframework-CSVLibrary - Aditional prameters

Published by s4int over 7 years ago

  • support for reading selected lines
  • named parameters support
robotframework-CSVLibrary - First release

Published by s4int over 7 years ago