The tscreate
command creates a new Time Series project. It returns the
ID of the new project.
Note: This command does not schedule automatic creation of new iterations. The command
assumes that the automatic interval will be defined in the Control Center or that a new
iteration will be initiated manually, either from the Control Center or from the
tsgeneration
command.Syntax
tscreate <entity_id> name <name>
where,
<entity_id> |
Number that identifies the entity you want to use to create the project. |
ame <name> |
Name that identifies the new project. |
Optional Parameters
Parameter |
Description |
---|---|
description <desc> |
Description of the new project. |
datasource <name> |
Name of the data source file or table from which the data will be loaded. Use quotes around the file or table name if the name includes spaces. |
Example
This example creates a new Time Series project named Tahoe from entity 28.
tscreate 28 name Tahoe description “tourist registration”