Hi community,
I have the data pattern as per example below which one data , it will replicate 3 times . For example , if it has one line, it will have 3 row of data. If it has five line, it will have 15 row of data. Can i know how to get output listed below ? i try to use unique tool but it may not applicable in this case.
Input
1.a
2.a
3.a
4.b
5.b
6.b
7.b
8.b
9.b
10.b
11.b
12.b
13.b
14.b
15.b
16.b
17.b
18.b
Output
1.a
4.b
5.b
6.b
7.b
8.b
Thank you