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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
sathota
Contributor
Contributor

not Showing tUnpivotrow in palette panel for talend 7.0.1

I have installed tUnpivotrow for 7.01. but its not showing in palette panel. Here is my xml for this.

 

<COMPONENT>
<HEADER
PLATEFORM="ALL"
SERIAL=""
VERSION="1"
STATUS="FINAL"
COMPATIBILITY="ALL"
AUTHOR="Talend"
RELEASE_DATE="20090318"
STARTABLE="false"
DATA_AUTO_PROPAGATE="false"
SCHEMA_AUTO_PROPAGATE="false"
VISIBLE="true"
IS_MULTIPLYING_OUTPUTS="true"
>
<SIGNATURE></SIGNATURE>
</HEADER>

<DOCUMENTATION>
<URL />
</DOCUMENTATION>

<CONNECTORS>
<CONNECTOR CTYPE="FLOW" MAX_INPUT="1" MAX_OUTPUT="1"/>
<CONNECTOR CTYPE="ITERATE" MAX_OUTPUT="0" MAX_INPUT="0" />
<CONNECTOR CTYPE="SUBJOB_OK" MAX_INPUT="1" />
<CONNECTOR CTYPE="SUBJOB_ERROR" MAX_INPUT="1" />
<CONNECTOR CTYPE="COMPONENT_OK" />
<CONNECTOR CTYPE="COMPONENT_ERROR" />
<CONNECTOR CTYPE="RUN_IF" />
</CONNECTORS>

<PARAMETERS>

<PARAMETER
NAME="WARNING"
FIELD="LABEL"
REQUIRED="true"
NUM_ROW="10"
CONTEXT="0;255;0"
>
<DEFAULT>Columns outside the row keys will be unpivoted</DEFAULT>
</PARAMETER>

<PARAMETER
NAME="SCHEMA"
FIELD="SCHEMA_TYPE"
REQUIRED="true"
NUM_ROW="20"
READONLY="false"
>
<TABLE READONLY="false">
<COLUMN NAME="pivot_key" TYPE="id_String" READONLY="true"/>
<COLUMN NAME="pivot_value" TYPE="id_String" READONLY="true"/>
</TABLE>
</PARAMETER>

<PARAMETER
NAME="ROW_KEYS"
FIELD="TABLE"
NUM_ROW="30"
NB_LINES="4"
>
<ITEMS>
<ITEM NAME="COLUMN" FIELD="PREV_COLUMN_LIST" />
</ITEMS>
</PARAMETER>
</PARAMETERS>

<CODEGENERATION/>

<RETURNS>
</RETURNS>
</COMPONENT>

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Sorry for delay!

I made a testing about this issue and it displays well from my side in V 7.0.1.

Please have a look at my screenshot

0683p000009M16e.png

Best regards

Sabrina

0683p000009M0Qg.png

 

View solution in original post

6 Replies
Anonymous
Not applicable

Hello,

If the component does not appear in the Palette, there are several possible causes:

  1. The XML file of component is not well configured.
  2. The component folder pasted into your dedicated custom component directory was wrong. In this case, carry out the installation procedure again.

For more information, please have a look at this document:TalendHelpCenter:Installing a custom component

Additionally, talend 7.0.1 is not list on the Compatibility table from this page:

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

Are you able to use this custom component on other supported platforms?

Best regards

Sabrina

sathota
Contributor
Contributor
Author

Hi,

 

I tried on different systems for talend 7.0.1 version. still I am not able to see that custom component in palette. I tried many times.

Anonymous
Not applicable

Hello,

We will try to install this custom component later on V 7.0.1 to see if it could be shown in palette panel.

Could you please elaborate your case with an example with input and expected output values? We would like to see if there will be any alternative solution.

Best regards

Sabrina

 

sathota
Contributor
Contributor
Author

Hi,

 

My requirement is to convert the columns into Rows (de-normalize the data). so I thought tUnpivotrow is the component to do this.

 

 

sathota
Contributor
Contributor
Author

Hi,

Do you have any further update on this.

Anonymous
Not applicable

Hello,

Sorry for delay!

I made a testing about this issue and it displays well from my side in V 7.0.1.

Please have a look at my screenshot

0683p000009M16e.png

Best regards

Sabrina

0683p000009M0Qg.png