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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reapeat a rows value

Alright this might sound difficult, but i hope it is possible to do it in talend.

 

I have an excel which values are formated like this:

0683p000009Lx1S.png

 

And what im trying to do is upload a table to mysql looking like this:

0683p000009Lx1X.png

 

Im not sure how to grab de letters from the left colum and move it down a row and repeat its value until the next letter shows up. Is this possible with talend? if so, can you guys help me with a quick demo or some pics?

 

Ty! ❤️

 

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

Here the tMap you need:0683p000009Lumq.png

and the result:

[statistics] connecting to socket on port 4023
[statistics] connected
.----+-----+-----+-----.
|      tLogRow_46      |
|=---+-----+-----+----=|
|Col1|Col2 |Col3 |Col4 |
|=---+-----+-----+----=|
|    |     |     |     |
|A   |Value|Value|Value|
|A   |Value|Value|Value|
|A   |Value|Value|Value|
|    |     |     |     |
|B   |Value|Value|Value|
|B   |Value|Value|Value|
|B   |Value|Value|Value|
|    |     |     |     |
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|    |     |     |     |
|D   |Value|Value|Value|
'----+-----+-----+-----'

[statistics] disconnected

See this post for details.

View solution in original post

3 Replies
vboppudi
Partner - Creator III
Partner - Creator III

you can try with tMap variables.

 

Regards,

TRF
Champion II
Champion II

Hi,

Here the tMap you need:0683p000009Lumq.png

and the result:

[statistics] connecting to socket on port 4023
[statistics] connected
.----+-----+-----+-----.
|      tLogRow_46      |
|=---+-----+-----+----=|
|Col1|Col2 |Col3 |Col4 |
|=---+-----+-----+----=|
|    |     |     |     |
|A   |Value|Value|Value|
|A   |Value|Value|Value|
|A   |Value|Value|Value|
|    |     |     |     |
|B   |Value|Value|Value|
|B   |Value|Value|Value|
|B   |Value|Value|Value|
|    |     |     |     |
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|C   |Value|Value|Value|
|    |     |     |     |
|D   |Value|Value|Value|
'----+-----+-----+-----'

[statistics] disconnected

See this post for details.

Anonymous
Not applicable
Author

Ty! You helped me alot!