You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,6 +451,11 @@ Here's an example that generates 20 dates (one for every row found from an `each
451
451
format: 2006-01-02
452
452
```
453
453
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
+
454
459
##### match
455
460
456
461
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