From d1fe5ec8cace761455af20def7981c4e81f3ecba Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Mon, 4 Apr 2022 23:03:20 +0200 Subject: [PATCH] fix GitHub preview --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97fbb31..42532a4 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Bash script to control OpenRefine via [its HTTP API](https://docs.openrefine.org * works with latest OpenRefine version (currently 3.5) * nested sub-commands with help screens and usage examples * batch processing (import, transform, export) with temporary workspaces; your existing OpenRefine data will not be touched -* import CSV~~, TSV, line-based TXT, fixed-width TXT, JSON or XML~~ (and specify input options) +* import CSV, ~~TSV, line-based TXT, fixed-width TXT, JSON or XML~~ (and specify input options) * transform data by providing an [undo/redo](https://docs.openrefine.org/manual/running#history-undoredo) JSON file; orcli calls specific endpoints for each operation to provide improved error handling and logging -* export to ~~CSV,~~ TSV~~, HTML, XLS, XLSX, ODS~~ +* export to TSV, ~~CSV, HTML, XLS, XLSX, ODS~~ * ~~[templating export](https://docs.openrefine.org/manual/exporting#templating-exporter) to additional formats like JSON or XML~~ ## Requirements