Search code examples
pentahopentaho-data-integration

Pentaho add Last Modification Field in Output Table


In Pentaho input step, there are the tab Additional Output Field. I want to use Last Modification Field in output.

What should I write in Last Modification Field so in output it will write timestamp. (Please give example also)

pentaho-access-input

Thank you.


Solution

  • as @Cyrus suggest, to add Last modification field (or any addition field) to the result, just add the field name.

    For example, if you write "last_updated" on Last modification field, then in result table, you will see the column name "last_updated" contain the time which record is last modified.

    Conclusion => add a name to active that field (will appear in result table), no name = deactive (not appear in result table)