Domain 2File Management, Data Processing & Output
Data Transformation
TL;DR
Converting data from one format or structure to another — for example, merging 50 CSVs into a single Excel workbook with pivot tables, or converting raw JSON exports into formatted PDF reports.
Definition
Converting data from one format or structure to another — for example, merging 50 CSVs into a single Excel workbook with pivot tables, or converting raw JSON exports into formatted PDF reports. Cowork handles the entire pipeline: reading source files, applying transformation logic, and writing the output.
Exam Context
Questions present transformation scenarios and test whether you can identify the correct Cowork approach versus manual alternatives or Chat-based workarounds.