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
- Make sure you have Robot Framework installed.
- Download source distributions (
*.tar.gz) for the library and its dependencies: - Extract each source distribution to a temporary location.
- 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)
| File | Size | Uploaded | |
|---|---|---|---|
| robotframework-csvlibrary-0.0.5.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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
|