About
A Data URI or Data Uniform Resource Identifier is data resource attribute that identify uniquely a data resource.
It's a syntax that extends the notion of URI
If you use it as data selector, you would select only one data resource.
Syntax
Content / Container
For a content data resource or container data resource
path@connection
where:
- path is the path
- connection is the connection name
Script
For a script data resource
(path@connection)@connection
where:
- path@connection is the data uri of the script
- connection is the connection name where the script is executed
Management
See
As a data uri is a data resource attribute, you can see it with the data info command
tabli data info characters.csv@howto
Information about the data resource (characters.csv@howto)
ATTRIBUTE VALUE
------------ ----------------------------------------------------------
AbsolutePath D:\code\bytle-mono\db-website\src\doc\howto\characters.csv
Characterset ISO-8859-2
Connection howto
Count 4
DataUri characters.csv@howto
LogicalName characters
Name characters.csv
Path characters.csv
Size 346
Type text/csv