Quantcast
Channel: KNIME RSS
Viewing all articles
Browse latest Browse all 4157

Dealing with List Datatype Column

$
0
0

Hi,

I have the below table format:

ID        Count        List(DocNo)

12          2                  [AR23,AR43]

13          3                 [AR12,AR63,AR45]

 

I need to transform this into some thing like below table:

ID    Count       DocNo

12      2               AR23

12      2               AR43

13      4               AR12

13       4               AR63

13         4              AR45

 I'm finding it challeging to do it in KNIME and could not make a lot of progess. I there a good way to do this in KNIME ? 

Thanks !


Viewing all articles
Browse latest Browse all 4157

Trending Articles