https://github.com/nadment/pdi-coalesce-plugin
Extension step for Pentaho Data Integration
https://github.com/nadment/pdi-coalesce-plugin
data-integration etl kettle pdi pentaho
Last synced: 3 months ago
JSON representation
Extension step for Pentaho Data Integration
- Host: GitHub
- URL: https://github.com/nadment/pdi-coalesce-plugin
- Owner: nadment
- License: apache-2.0
- Created: 2018-05-26T23:05:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T17:07:39.000Z (about 6 years ago)
- Last Synced: 2025-01-01T12:44:50.872Z (5 months ago)
- Topics: data-integration, etl, kettle, pdi, pentaho
- Language: Java
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# PDI Coalesce Plugin
## Overview
This plugin provide PDI step to return the first non-null value from a set of fields.

## How to install #
#### System Requirements
Pentaho Data Integration 8.0 or above
#### Using Pentaho Marketplace
1. Find the plugin in the [Pentaho Marketplace](http://www.pentaho.com/marketplace) and click Install
2. Restart Spoon#### Manual Install
1. Place the “pdi-coalesce-plugin” folder in the ${DI\_HOME}/plugins/ directory
2. Restart Spoon## Documentation
The order of the input fields listed in the columns determines the order in which they are evaluated.
The step can consider empty string as null and can remove input fields from stream
Support MetaData Injection (MDI)
## Support
This plugin for PDI is provided “as is”, without any warranties, expressed or implied. This software is not covered by any Support Agreement.
## License
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).