From 95ace598bb21f3947f4ba72cb5e4abb5189456c5 Mon Sep 17 00:00:00 2001 From: codingconcepts Date: Wed, 30 Aug 2023 10:20:36 +0100 Subject: [PATCH] chore: Update readme with int range generator --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c76512..430e057 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,11 @@ Here's an example that generates 20 dates (one for every row found from an `each format: 2006-01-02 ``` +The range generate currently supports the following data types: + +* `date` - Generate dates between a from and to value +* `int` - Generate integers between a from and to value + ##### match Generates data by matching data in another table. In this example, we'll assume there's a CSV file for the `significant_event` input that generates the following table: