{"id":50945384,"url":"https://github.com/imbus/robotframework-tablelibrary","last_synced_at":"2026-06-17T19:32:30.700Z","repository":{"id":322314706,"uuid":"1011777910","full_name":"imbus/robotframework-tablelibrary","owner":"imbus","description":"Robot Framework Library for easy handling of tabular data formats such as CSV, Excel, Parquet, and more.","archived":false,"fork":false,"pushed_at":"2026-02-22T00:15:25.000Z","size":317,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-22T08:13:36.870Z","etag":null,"topics":["robotframework","robotframework-library","testing"],"latest_commit_sha":null,"homepage":"https://imbus.github.io/robotframework-tablelibrary/keywords.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imbus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-01T10:23:26.000Z","updated_at":"2026-02-22T00:15:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imbus/robotframework-tablelibrary","commit_stats":null,"previous_names":["imbus/robotframework-tablelibrary"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/imbus/robotframework-tablelibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-tablelibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-tablelibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-tablelibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-tablelibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imbus","download_url":"https://codeload.github.com/imbus/robotframework-tablelibrary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imbus%2Frobotframework-tablelibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34463552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["robotframework","robotframework-library","testing"],"created_at":"2026-06-17T19:32:29.914Z","updated_at":"2026-06-17T19:32:30.694Z","avatar_url":"https://github.com/imbus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eRobotFramework Table Library\u003c/h1\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"utils/imbus-web-logo.svg\"\u003e\n\u003c/div\u003e\n\n\n## Statistics\n\n[![Latest Build Status -  Branch](https://img.shields.io/github/actions/workflow/status/imbus/robotframework-tablelibrary/release.yml?label=Release%20Creation)](https://github.com/imbus/robotframework-tablelibrary/actions/workflows/release.yml)\n[![Latest Build Status - Default Branch](https://img.shields.io/github/actions/workflow/status/imbus/robotframework-tablelibrary/build.yml?branch=main\u0026label=Build%20Status%20-%20Default%20Branch)](https://github.com/imbus/robotframework-tablelibrary/actions/workflows/build.yml)\n[![PyPI - Version](https://img.shields.io/pypi/v/robotframework-tablelibrary.svg)](https://pypi.org/project/robotframework-tablelibrary)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotframework-tablelibrary.svg)](https://pypi.org/project/robotframework-tablelibrary)\n[![PyPI Downloads - Total](https://static.pepy.tech/badge/robotframework-tablelibrary)](https://pepy.tech/projects/robotframework-tablelibrary)\n[![PyPI Downloads - Monthly](https://static.pepy.tech/badge/robotframework-tablelibrary/month)](https://pepy.tech/projects/robotframework-tablelibrary)\n\n## Keyword Documentation\n\nHere you can find the **[Keyword Documentation](https://imbus.github.io/robotframework-tablelibrary/keywords.html)** generated by ``libdoc``.\n\n## 📊 RobotFramework TableLibrary\n\n**TableLibrary** is a Robot Framework library designed for easy handling of tabular data formats such as **CSV**, **Excel**, **Parquet**, and more.  \nIt provides a unified interface for **reading**, **modifying**, and **creating** tables directly within your Robot Framework tests.\n\n### 🔍 Key Features\n\n- **Read Tables**\n  - Supports formats like `.csv`, `.xlsx`, `.xls`, `.parquet`, `.json`, `.txt (as csv)`, and more.\n  - Access table contents by column name or index.\n  - Verifying specific table cells, columns or rows \u0026 executing assertions using the ``robotframework-assertion-engine``\n\n- **Modify Existing Tables**\n  - Add, remove, or update rows and columns.\n  - Apply dynamic modifications during test execution.\n\n- **Create New Tables**\n  - Create tables from lists, dictionaries, or other data sources.\n  - Export tables to multiple file formats (e.g., CSV, Excel, Parquet).\n  - Easily generate structured test data in the given file format.\n\n### Exception: Excel File Handling\n\nWe have included a basic handling of ``Excel`` files, but for more complex excel features, please take a look at the following library: **[robotframework-excelsage](https://pypi.org/project/robotframework-excelsage)**\n\nThis library got especially written to work with more complex ``Excel`` features like e.g. ``Excel Sheets``, etc...\n\n## Installation\n\nYou can install the library using the following command:\n```console\npip install robotframework-tablelibrary\n```\n\n## Example\n\n### File Format - CSV\n\n\n```\n# Reading CSV file with header column\n${content} =    Tables.Read Table    ${CURDIR}${/}testdata${/}example_01.csv\n${result} =    BuiltIn.Evaluate    \"${content}[0][0]\" == \"index\"\nBuiltIn.Should Be True    ${result}\n```\n\n```\n# Reading CSV file without header column\nTables.Configure Ignore Header    True\n${content} =    Tables.Read Table    ${CURDIR}${/}testdata${/}example_01.csv\n${result} =    BuiltIn.Evaluate    \"index\" not in \"${content}\"\nBuiltIn.Should Be True    ${result}\n```\n\n### File Format - Parquet\n```\n${content} =    Tables.Read Table    ${CURDIR}${/}testdata${/}example_05.parquet\n${result} =    BuiltIn.Evaluate    \"${content}[0][0]\" == \"_time\"\nBuiltIn.Should Be True    ${result}\n```\n\n### Create new empty table - don't save to file system\n```\n# Create some data which should be inserted into the new table\nVAR    @{headers} =    name    age\nVAR    @{person1} =    Michael    34\nVAR    @{person2} =    John    19\n\n# Create empty table object - internally in cache\n${uuid} =    Tables.Create Table    headers=${headers}\n\n# Append some rows\nTables.Append Row    ${person1}\nTables.Append Row    ${person2}\nCount Table    ${uuid}    Rows    equal    ${3}\n\n# Append a column\nVAR    @{column1} =    city    MG    ERL\nTables.Append Column    ${column1}\nCount Table    ${uuid}    Columns    equal    ${3}\n\n# Optional: Set new table cell value\nGet Table Cell    1    1    equals    34\nTables.Set Table Cell    25    0    1\nGet Table Cell    1    1    equals    25\n\n# Insert a new row into the existing table object\nVAR    @{insert_row} =    Lu    26    Hamburg\nInsert Row    ${insert_row}    0\nGet Table Cell    1    0    equals    Lu\nCount Table    ${uuid}    Rows    equal    ${4}\n```\n\n### Create new empty table - save to file system\n```\n# Generate new headers which should be used in the table\nVAR    @{headers} =    name    age\n\n# Create new table object\n${uuid} =    Create Table    ${headers}\n\n# Generate some random data \u0026 append as rows to new table\nFOR    ${_}    IN RANGE    ${100}\n    ${a} =    Generate Random String\n    ${b} =    Generate Random String\n    VAR    @{data}    ${a}    ${b}\n    Tables.Append Row    ${data}\nEND\n\n# Ensure that data got written into internal table object\nCount Table    ${uuid}    Rows    equals    ${101}\n\n# Write table to specific file path -\u003e write from cache into persistant file\nWrite Table    ${uuid}    ${CURDIR}/results/test_writer_new_table.csv\n\n# Check table content again, but now read table from file path!\nCount Table    ${CURDIR}/results/test_writer_new_table.csv    Rows    equals    ${101}\n```\n\n## Contribution \u0026 Development\n\nSee [Development.md](./DEVELOPMENT.md) for more information about contributing \u0026 developing this library.\n\n## License\n\n``robotframework-tablelibrary`` is distributed under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbus%2Frobotframework-tablelibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimbus%2Frobotframework-tablelibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbus%2Frobotframework-tablelibrary/lists"}