Hi,
I want to load data only count of each customer >1 if there type is A,B If type is other then A,B then i have to load all data.
Can you please help with scripting.
Customer id | type |
1 | a |
1 | a |
2 | b |
3 | b |
5 | b |
2 | b |
6 | b |
4 | c |
2 | f |
5 | g |
1 | y |
8 | o |
5 | s |
6 | e |
9 | z |
8 | h |
5 | j |
7 | j |
6 | e |
Thanks and Regards,
Vinod.