Data Factory Use Cases
Automatically apply suggestions on specific attributes to categories
Quick links
The job is available for download here.
The JSON representation of the job is available here.
The purpose of this Data Factory job is to apply the suggested data on specific attributes for a set of items. This job can be used to apply all suggestions on B2C specific attributes and to keep manual validation on B2B attributes.
Data Factory job in details
mermaid
flowchart TD
_start(("Start"))
_end(("End"))
table_export_products["<b><a href='/data-factory/references/tasks/table-export-items/'>table-export-items</a></b><br />Export of products on which to apply suggestions"]
table_export_schema["<b><a href='/data-factory/references/tasks/table-export-schema/'>table-export-schema</a></b><br />Export products data structure"]
file_transformation_xslt_create_options_file["<b><a href='/data-factory/references/tasks/file-transformation-xslt/'>file-transformation-xslt</a></b><br />Create apply suggestions options file"]
exchange_apply_suggestions["<b><a href='/data-factory/references/tasks/exchange-apply-suggestions/'>exchange-apply-suggestions</a></b><br />Apply suggestions"]
_start --> table_export_products
table_export_products --> table_export_schema
table_export_schema --> file_transformation_xslt_create_options_file
file_transformation_xslt_create_options_file --> exchange_apply_suggestions
exchange_apply_suggestions --> _end