Category: Transform / Advanced
This action repeats each row as many times as specified in a given column. In the output dataset, the selected column will contain an enumeration of the rows from 1 to n (the number of times the row is repeated).
| Setting | Description |
|---|---|
| Column with counts | Select the column that contains the number of times the row should be repeated. |
Expand the table so there is one row per shift for each day.
| Date | Shifts |
|---|---|
| 2020-Nov-16 | 3 |
| 2020-Nov-17 | 2 |
| Date | Shifts |
|---|---|
| 2020-Nov-16 | 1 |
| 2020-Nov-16 | 2 |
| 2020-Nov-16 | 3 |
| 2020-Nov-17 | 1 |
| 2020-Nov-17 | 2 |
Column with counts: Shifts