Skip to content

Commit 95ace59

Browse files
chore: Update readme with int range generator
1 parent b6607c6 commit 95ace59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@ Here's an example that generates 20 dates (one for every row found from an `each
451451
format: 2006-01-02
452452
```
453453

454+
The range generate currently supports the following data types:
455+
456+
* `date` - Generate dates between a from and to value
457+
* `int` - Generate integers between a from and to value
458+
454459
##### match
455460

456461
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:

0 commit comments

Comments
 (0)