Hi all! Is it possible in Talend to generate custom row? Can i generate new rows with custom schema? To clarify, let's say we have such table: NAME TYPE A int A float A char B int B float I need to have output like: A int, A float, A char B int, B float
So i use Map<Name, List<TYPE> and fiils it. But how can i generate recordset like shown above?