You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several modules expose an outputType parameter, but it isn’t documented in their READMEs.
WHY
For example, the JDBC sink module doesn’t support the ELEMENT type, which makes it incompatible with the Filter transformer’s default output. As a workaround, users currently have to set the (undocumented) outputType parameter manually.