A template data uri is a data uri that defines one or more resources via template.
The below target data uri
new_$name@sqlite
will define the target resource
Example: if the source table name is time, the target table name would be new_time
With a glob pattern, you can reference parts of the source.
Example with the below data selector
D?*@sqlite
and the below target data uri
# 2 for the second glob pattern (ie for the *), 1 being for the first ?
$2@sqlite
In a shell such as powershell, the $ character should be quoted.
tabul data copy '*/bootstrap.min.css@cd' '/boot/bootstrap.$1.min.css@cd'
template[@connection]
where:
Note that if:
the target name is calculated by a concatenation of: