Ogledujete si pomoč za različico :
- 6.4
- 6.3
- 6.2
- Starejše različice
The SAINT Exporter exports classifications data to SiteCatalyst in a scheduled manner. The exporter is an implementation of a com.adobe.cq.scheduled.exporter.Exporter.
To configure this:
-
Field Description Enabled Select Yes to enable SAINT settings. Overwrite on conflict Select Yes to overwrite any data collisions. By default, this is set to No. Delete processed If set to Yes, deletes processed nodes after they are exported. The default is False. Export job description Enter a description for the SAINT job. Notification E-mail Enter an email address for SAINT notification. Report Suite Enter the Report suite to run the import job for. Data Set Enter the dataset relation ID to run the import job for. Transformer From the drop-down menu, select a transformer implementation. Data Source Navigate to the path for the data container. Export Schedule Select the schedule for the export. The default is every 30 minutes.
Records are processed in pages. By default, the Exporter is creating pages with a page size of 1000.
A page may be 25000 in size at maximum, per definition in SAINT and can be modified from the Felix console. During the export, the Exporter is locking the source node to prevent concurrent modifications. The node is unlocked after export, on error, or when the session is closed.
An Exporter may use a Transformer to transform the export data to a specific format. For SAINT, a subinterface SAINTTransformer<String[]> implementing the Transformer interface has been provided. This interface is used to restrict the data type to String[] which is used by the SAINT API and to have a marker interface to find such services for selection.
In the default implementation SAINTDefaultTransformer, the child resources of the exporter source are treated as records with property names as keys and property values as values. The Key column is added automatically as first column - its value will be the node name. Namespaced properties (containing :) are disregarded.
Node structure:
- id-classification [nt:unstructured]
- 1 [nt:unstructured]
- Product = My Product Name (String)
- Price = 120.90 (String)
- Size = M (String)
- Color = black (String)
- Color^Code = 101 (String)
- 1 [nt:unstructured]
SAINT Header & Record:
Property path | Description |
transformer | A class name of a SAINTTransformer implementation |
SAINT notification e-mail address. | |
reportsuites | Report suite IDs to run the import job for. |
dataset | Dataset relation ID to run the import job for. |
description | SAINT job description. Default is CQ SAINT Export. |
overwrite | Flag to overwrite data collisions. Default is false. |
checkdivisions | Flag to check report suites for compatibility. Default is true. |
deleteprocessed | Flag to delete the processed nodes after export. Default is false. |
You can use the sample SAINT Product Export Handler workflow so that any new imports launch the workflow, creating the appropriate data in /var/export/ so that it can be exported to SAINT.