Exporting to an Xml File

The Export to Xml File task exports datasets or other Rulex structures into an Xml file.

Prerequisites

Procedure

  1. Drag the Export to Xml File task onto the stage.

  2. Connect a task, which contains the data to export, to the task.

  3. Double click the Export to Xml File task.

  4. Configure the task options as described in the table below in the Options and File format tabs.

  5. Save and compute the task.

Export to Xml File options

Parameter Name

Description

Data to be exported

Select what type data you want to export from the list of options.

Possible options are:

  • Association rules (produced by Hierarchical Basket Analysis and Similar Items Detector tasks)

  • Auto regressive models (produced by Auto Regressive task)

  • Clusters (produced by Label Clustering, Projection Clustering and Standard Clustering tasks)

  • Cluster Labels (produced by Label Clustering and Projection Clustering tasks)

  • Datasets (all import, data preparation and data pre-processing tasks)

  • Discretization cutoffs (produced by Discretize task)

  • Frequent itemsets (produced by Frequent Itemsets Mining task)

  • Frequent sequences (produced by Sequence Analysis task)

  • Results (produced by all data analysis tasks)

  • Rules (produced by LLM tasks (Classification, Regression & One-Class), along with Decision Tree and Regression Tree tasks)

  • Models (produced by Logistic, Linear, Neural Networks (Classification and Regression) and SVM (Classification and Regression).

  • PCA eigenvectors (produced by the Principal Component Analysis task)

  • Relevances (produced by classification and regression tasks).

Mode

Select how you want to save the file, either by storing it in a location you will then specify, by sending the file as an e-mail or both ways.

If you select to send the file by e-mail, you  must then specify the e-mail address in the Recipients for export via email edit box.

Destination

Choose the filesystem type where to store the exported file. You can choose between a Saved and Custom source.

If you choose to export to a Custom source, choose the filesystem type and click on the pencil icon to fill its values, if you have chosen a remote filesystem.

If you are exporting to a Azure Storage repository you can either:

  • select just the container where you want to save the file as the Directory, and then specify the metadata file name of the blob in the File basename parameter. 
    In this case a blob with the same name as the file will be automatically created for the file.

  • select the container, and manually add the name of the blob, where you want to save the file as the Directory, and then specify the metadata file name of the blob in the File basename parameter. 
    In this case the file will be saved in the specified blob and container.

Files

Enter or browse to the directory where the file will be saved.

File basename

Enter a name for the file that will be exported.

Tag name that includes the dataset

The tag name that includes the dataset.

Add current date and time as prefix

If selected, the date and timestamp will be added to the start of the file basename as a prefix

Add current date and time as suffix

If selected, the date and timestamp will be added to the end of the file basename as a suffix

Recipients for export via email (use comma as separator)

Specify the email addresses where the exported file will be sent, separated by commas.

This option will only be valid if you have selected Send via email or Both in the Mode option.

File Format options

File format

Select the format in which you want to export the file: flat, nested or according to the group column.

If you select the group option, you must have selected the Group Column option when importing the Json file, in order to create a column which identifies the group of each tag.

If you did not select this option in import, Rulex will not be able to identify which group each tag belongs to, and consequently a single group will be created in export.

Key for types

Specify the attribute which defines the data type.

Remove missing values

If selected, missing records are removed from the exported file.

If you want to export to a Local Filesystem, check the dedicated Local Filesystem page.