Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Enterprise 7.2.1 ( redshift)

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;

Labels (1)
  • v7.x

3 Replies
manodwhb
Champion II
Champion II

@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.

 

https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

 

 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

 

 

Anonymous
Not applicable
Author

Thanks Manohar, but as I m creating big data batch job that option not there ,,, is there any other way ..kindly help
manodwhb
Champion II
Champion II

@Moe , need to see the data and can provide solution.