I am trying to use Spoon (Pentaho Data Integration) to change data that is in typical row format to Entity Attribute Value format.
My source data is as follows:
My Normaliser is setup as follows:
And here are the results:
Why is the value for the CONDITION_START_DATE and CONDITION_STOP_DATE in the string_value column instead of the date_value column?
According to this documentation
- Fieldname: Name of the fields to normalize
- Type: Give a string to classify the field.
- New field: You can give one or more fields where the new value should transferred to.