fill-column
Action
Fills all rows in a table column with the same value
Syntax
fill-column $foo.bar with 10
column with numeric value
fill-column $foo.bar with "name"
column with text value
fill-column $foo.premium with yes
column with boolean value
fill-column $foo.name with $value
column with variable value
fill-column $foo.name with 2024-12-12
column with date value
fill-column $foo.name with 23:00
column with time value
fill-column $foo.name with 10m
column with duration value
fill-column $people with {items}
array with object value