Skip to content

Commit

Permalink
chore: Update readme with int range generator
Browse files Browse the repository at this point in the history
  • Loading branch information
codingconcepts committed Aug 30, 2023
1 parent b6607c6 commit 95ace59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 95ace59

Please sign in to comment.