Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Key

FIRST_NAME

LAST_NAME

addr

CITY

joltie

Nitin

Motgi

150 Grant Ave, Suite A

Palo Alto

 

Conditions

 

  • In case a field value is not present then it’s considered as NULL. For Example,
    • If Key Field in the input record is NULL, then that particular row will not be considered.
    • If Field Name and Field Value is not present, then denormalized output will have NULL for that field.
    • If user provides output field which is not present in the input record, then it will be considered as NULL.
  • Input record will always have 3 fields and all these fields will be of type String.

...