|
The CreateDataset service cannot accept the AnalyticsDatasetMetadata infotable that is output from the DetectMetadata service. Metadata for CreateDataset must be provided in JSON format.
|
|
The DataThing name will be prefixed with the server name you assigned during the ThingWorx Analytics Server installation process.
|
Input Field
|
Description
|
---|---|
csvURI
|
Enter the location and name of a CSV data file that was uploaded to the AnalyticsUploadStorage Thing. For information about uploading data and metadata files, see Upload the Data.
Example:
thingworx://AnalyticsUploadStorage/<file path/name>.csv
|
csvHasHeaders
|
If the CSV data file includes a header row, select True. Otherwise, select False.
|
metadataFileURI
|
Enter the location and name of the JSON metadata file that was uploaded to the AnalyticsUploadStorage Thing. For information about uploading data and metadata files, see Upload the Data.
thingworx://AnalyticsUploadStorage/<file path/name>.json
|
|
Save Input Set – If you plan to re-use the input information for a given service, you can use a saved input set as a shortcut to populate the input fields. To use this feature, click Save Input Set, enter a name for the saved set of values, and click Save Input Set. The next time you need to execute the service with the same inputs, click the arrow in the Select input set field at the top of the Inputs panel and select the saved input set.
|
|
Steps to find a list of the files that have been uploaded to the AnalyticsUploadStorage Thing:
• On the Things page, find and open the AnalyticsUploadStorage Thing. If it is not listed, click the Filter Options icon at the top of the page and select Show System Objects.
• When the AnalyticsUploadStorage General Information
page opens, use the drop down field at the top to navigate to the Services page.
• In the Inherited Services table find and open the GetFileListingWithLinks service.
• In the Inputs panel, click Execute. A list of the files currently available in the AnalyticsUploadStorage Thing will be listed in the Output panel.
|