Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a file with the below data.How to get the exact rowcount of the file i.e 13?
EMPNO,EMPNAME,DEPTNO
10,A,1
11,B,2
12,C,3
13,D,4
14,E,1
15,F,1
16,G,2
17,H,3
18,I,4
19,J,2
20,K,3
21,L,1
22,M,2