====== Tabli - Data Template command ====== ===== template ===== ''tabli data template'' is a [[docs:tabli:command|command]] from the [[start|data operations module]] that supports the [[docs:op:template|template operation]] where you creates [[docs:resource:resource|data resource]] from [[docs:templating:template|template]]. ===== Howto ===== ===== Syntax ===== tabli data template --help Tabli data template =================== Create data resources from a template and the values of the source data resource. Syntax ------ tabli data template [options|flags] where: Arguments: A data selector that select the data resources to transfer A target data URI that defines the destination (Example: [table]@connection). If the target data uri has no name, the name will be the name of the source. Data Definition Options: -a,--attribute Set specific data resource attributes -sa,--source-attribute Set a source data resource attribute -ta,--target-attribute Set a target data resource attribute Cross Data Transfer Options: -bs,--buffer-size defines the size of the memory buffer between the source and target threads -mdu,--metrics-data-uri defines a target data uri where the data metrics should be exported -sfs,--source-fetch-size defines the size of the network message from the source to fetch the data -so,--source-operation defines the data operation (drop or truncate) on the source after transfer. Note: A `move` operation will drop the source. -tbs,--target-batch-size defines the batch size against the target data resource -tcf,--target-commit-frequency defines the commit frequency in number of batches against the target data resource -to,--target-operation defines the data operations (replace, truncate) on the existing target before transfer. -tw,--target-worker defines the target number of thread against the target connection -op,--transfer-operation defines the transfer operation (insert, update, delete, upsert, merge, move, copy). Default to `copy` for a file system and `insert` for a database. -wbv,--with-bind-variables defines if bind variables are used in the SQL statement Template Options: -te,--template-engine Set the template engine -ts,--template-selector Set a template data selector Selection Options: -wd,--with-dependencies If set, the dependencies will be also selected Global Options: -cf,--conf The path to a configuration file -cv,--connection-vault The path where the connection vault is located -h,--help Print this help -l,--log-level Set the log level -odu,--output-data-uri defines the output data uri for the feedback data (default: console) -oo,--output-operation defines the data operations (replace, truncate) on an existing output resource before transfer. -oop,--output-transfer-operation defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database. -pp,--passphrase A passphrase (master password) to decrypt the encrypted values -ph,--project-home A data uri to the project directory (ie a path)