You are on page 1of 5

Transforming Data

Important Instructions: 
· Please read the document thoroughly before you code. 
· Please do not change the Business Requirements. 

Coverage: 
1.Transformer Stage 

Source File: EMPLOYEES.csv

Create the DataStage Parallel job covering the following tasks

Task1:

Create a parameter set with three parameters Dir, SourceFile, TargetFile

Controlled copy

Project ID: <Project ID. > <SCI.ID. > / Ver: <Ver No.>

Release ID: QTAD-SRDUC.doc / 1.0 / 21.07.2020 C2: Protected


Transforming Data

Task2:

Create a job with Sequential File stage as a source (“EMPLOYEES.csv”) and user Transformer stage to
define a constraint as State=’ Texas’. Use parameters from the parameter set defined in Task1 for the
Sequential File Stage. Do the same for the target Sequential file.

Controlled copy

Project ID: <Project ID. > <SCI.ID. > / Ver: <Ver No.>

Release ID: QTAD-SRDUC.doc / 1.0 / 21.07.2020 C2: Protected


Transforming Data

Controlled copy

Project ID: <Project ID. > <SCI.ID. > / Ver: <Ver No.>

Release ID: QTAD-SRDUC.doc / 1.0 / 21.07.2020 C2: Protected


Transforming Data

Task3:

Design a job so that you have the first and last name of the employees are in the title case i.e. the first
letter should be in Upper case and the rest of the letters should be in lower case.

Example : WILLIAM A BRABSON >> Output : William A Brabson

Controlled copy

Project ID: <Project ID. > <SCI.ID. > / Ver: <Ver No.>

Release ID: QTAD-SRDUC.doc / 1.0 / 21.07.2020 C2: Protected


Transforming Data

Controlled copy

Project ID: <Project ID. > <SCI.ID. > / Ver: <Ver No.>

Release ID: QTAD-SRDUC.doc / 1.0 / 21.07.2020 C2: Protected

You might also like