1

How do I replace a specific value (Number or Integer) with NULL?

I ve got a number field containing "0" and I need to replace it with NULL (empty). How do I do it with a Pentaho Data Integration step? I dont want to use javascript.

Dirk Sachse
  • 57
  • 3
  • 12

1 Answers1

2

In your Transformation Steps dropdown menu > Utility, "Null if..." Step. Select the Field you want to transform and under the tab Value to turn to NULL you use "0"

Cristian Curti
  • 1,004
  • 1
  • 7
  • 13