Table of Contents

Writing a new transformation step

Some day I may take the time to turn this into a full fledged how to, but until then, it is a dumping ground of tips and stuff I have learned.

Some Tips

Init method

Dispose method

Referencing outputRowMeta

Returning dynamic fields from your component

How to make the color of steps red/green

If you have a component where you let the user select steps to send data to i.e. true/false filter style, you can make the hops appear in red/green. Do the following:

1) As a side note, it is bad user interface design to use exclamation points in error messages. It invokes panic in the end user, which serves no useful purpose.