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

how to generate a column based on two columns

$
0
0

Hello,

I have data like below, i need to create row based on two columns data.

YearMin_valueMax_value
200416
200535
2006-17
2011-2671
20161485766

so here i need a column start with "1" for every year upto it reaches to Max_value like below.

YearMin_valueMAx_valueRowcount
2004161
2004162
2004163
2004164
2004165
2004166
2005351
2005352
2005353
2005354
2005355
2006-171
2006-172
2006-173
2006-174

Please help me out.

Thanks in advance.


Viewing all articles
Browse latest Browse all 4157

Trending Articles