Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ,
I need to implement unpivot logic using tredshiftrow , is it possible to implement using tredshift row , I m developing job using tredshiftrow
I am looking for the component which is similar tOraclerow (from open source )
Ex:select * from monthly_sales
unpivot(sales for month in (jan, feb, mar, april))
order by empid;
@Moe , if you were creating standard jobs you can use tUnpivot component from talend exchange and you can install into your studio and use it.
Below link provide the details for version 7.1 of Talend but please note that its in deprecated state.
https://help.talend.com/reader/ZPQP8werSqVqJEBzSFsDkQ/IezVqj82QqzNfApv7VXS5g
@Moe , need to see the data and can provide solution.