From 53aef7d760120fa9fba3c862dd882bea49de8907 Mon Sep 17 00:00:00 2001 From: Johnny Miller Date: Thu, 24 Oct 2024 19:15:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 271e301..b8c93e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AxonOps™ CSV Extractor -The AxonOps CSV Extractor is a Python utility designed to extract data from AxonOps and convert it to CSV files. This tool is particularly useful for integrating into data pipelines, data warehouses or ETL workflows +The AxonOps CSV Extractor is a Python utility designed to extract monthly data from AxonOps and convert it to CSV files. This tool is particularly useful for integrating into data pipelines, data warehouses or ETL workflows You simply add your AxonOps API keys as environment variables, create a report config (see `data/queryconfig/query_config_example.json`) and then run `axonops_csv_extractor.py`.