Abinitio Reformat Parameters Description
Abinitio Reformat Parameters Description, Configuring Reformat Component, Reformat Parameters.
Watch my you tube video for detailed explanation:
REFORMAT
Common purpose of REFORMAT component are below:
1. transforming the data
2. drop the fields
3. datatype conversion
PARAMETERS:
1. count - 1,2 , 3
2. Select ( JUST like Filter By Expression but we can not capture the filtered records in this)
(you can use Select Expression OR Select transform function depending on your need)
2. transform 0,1,2...
3. output_index
out:output_index(in)=
begin
out.x::if(in.region=='Europe') 0
out.x::if(in.region=='APAC') 1
out.x::if(in.region=='North America') 2
end
4. output_indexes
out:output_indexes(in)=
begin
out.x::if(in.region=='Europe') [vector 0]
out.x::if(in.region=='APAC') [vector 1,2]
out.x::if(in.region=='North America') [vector 2]
end
5. logging true/false , LOGX,
6. reject threshold - abort on first reject, never abort, limit/ramp
For peace and meditation while technology at one side , please visit our other channel:
Comments
Post a Comment