Skip to main content

Build Status Build Status

Robot Framework CSVLibrary

Introduction

CSVLibrary is a Robot Framework library for handling csv files.

More information about this library can be found in the Keyword Documentation.

Installation

Using pip

      pip install -U robotframework-csvlibrary

Manual installation

  1. Make sure you have Robot Framework installed.
  2. Download source distributions (*.tar.gz) for the library and its dependencies:
  3. Extract each source distribution to a temporary location.
  4. Go each created directory from the command line and install each project using:
      python setup.py install

Example

Basic example:

*** Settings ***
Library                     Collections
Library                     CSVLibrary
    
*** Test Cases ***
Read csv file to a list example test
  @{list}=  read csv file to list  data.csv
  Log  ${list[0]}
  Log  ${list[1]}

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]

Release files for robotframework-csvlibrary 0.0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for robotframework-csvlibrary 0.0.5
File Size Uploaded
robotframework-csvlibrary-0.0.5.tar.gz 8.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for robotframework-csvlibrary 0.0.5
File Interpreter ABI Platform
robotframework_csvlibrary-0.0.5-py3-none-any.whl Python 3 none any Details

Total release size: 16.2 kB

Release files / robotframework-csvlibrary-0.0.5.tar.gz

Download URL robotframework-csvlibrary-0.0.5.tar.gz
Size 8.1 kB
Tags Source
SHA-256 checksum
How to use checksums
1b2487202da344e8800f729959444ab96bc97909f45515a401eaa785eabccb2d
BLAKE2b-256 checksum
How to use checksums
d08b4d9904102177d1e7fc229af7c6fc1ad25967baf47792f4ea4045555ffb0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

Release files / robotframework_csvlibrary-0.0.5-py3-none-any.whl

Download URL robotframework_csvlibrary-0.0.5-py3-none-any.whl
Size 8.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
80a21987ad8d72d4659c3fd635e5584945f05ed7ee77df65b94ccbe1345cb000
BLAKE2b-256 checksum
How to use checksums
38429a02a81392ee4e43d26f7b149736853fa9184a493a839d636e912927c363
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 release files

0.0.4

2 release files

0.0.3

2 release files

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page