I have a file contains aroundwith one million number of lines. In the lines I haveEach line has a field called transactionid
, which has repetitive values. What I need to do is to count them distinctly.
No matter of how many times a value is repeated, it should be counted only once.