From 0251ffc903efff22b965503ed2db92d5404d5529 Mon Sep 17 00:00:00 2001 From: Wesley Haakman <25249425+whaakman@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:00:26 +0100 Subject: CSV Exporter (#227) * CSV Exporter * CSV Exporter * updated readme --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3a34a1a..908310d 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Currently KRR ships with a few formatters to represent the scan data: - `json` - `yaml` - `pprint` - data representation from python's pprint library +- `csv_export` - export data to a csv file in the current directory To run a strategy with a selected formatter, add a `-f` flag: -- cgit v1.2.3