Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 TIBCO BusinessEvents Studio Tools Utility : Running the Tester on the Command Line : import

import
The command import reads the CSV data files and converts them to the appropriate test data format (such as .concepttestdata, .eventtestdata).
Syntax
studio-tools -tester import [-h] [-x] -i <inputFile> -p <projectDirectory> [-o <outputDirectory>] [-t < xls | csv >] [-s <separator>]
Options
The following options are used with the command import:
-h
(optional). Prints usage help
-i
(required). Sets the input path, which is a path to a directory containing test data template files, a single test data template file, or a path to Listfile containing paths of files that must be included for test data generation.
-p
(required). Specifies the project path.
-t
optional). Specifies the output file type. Supported values are [ xls | csv ]. I
f this option is not specified, the output will be in CSV format with a comma (,) as a column separator.
-s
(optional. Used only when the output file type is CSV to specify a column separator. The supported values are [ , | ; ].
If not specified, the default column separator is comma (,).
-o
(optional). Output path
-x
(optional). Removes the TestData root from under the output directory, if it already exists, and creates a new one.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved