Detect empty stream
This step will output one empty row if input stream is empty (ie when input stream does not contain any row)
If the input stream is not empty it will not output anything.
The following design ensures always a row and can set default values when a stream is empty (sample transformation attached):