PAW - Process & Analytics Workbench

Data processing in PAW

This tutorial shows you how to import data from a CSV file, massage and enrich the data with some reference data kept in an Excel file and some managed manually in PAW, and then finally load it into a database. Click on each step to see the details.

In this scenario, we will be enhancing timesheets containing hours spent for employees with employee titles from one source and title to billing rates from a table to calculate the billing for a client.

> Step 1: Import reference mapping data from Excel file (employee titles)

> Step 2: Setup a table for additional lookup data (billing rates by title)

> Step 3: Import CSV file and merge with other datasets (timesheet with lookups for titles and billing rates)

> Step 4: Load dataset into a database (load billing information for further processing)

In this sample, you've seen how to do the following: import from Excel, import from CSV, convert fields, filter records, summarize data, create tables and use them, merge data, and finally load data into a database. In doing this, you've created an automated process that can be re-run as is, or additional processing steps can be added with minimal effort.