I'm getting count difference from the source to target CSV. Please check below details:
./sas-convert/sas-convert xpnt_ptrk_dtl_wk_cho.sas7bdat xpnt_ptrk_dtl_wk_cho.csv
2017-04-11 23:58:03,321 [INFO] Reading file XPNT_PTRK_DTL_WK_CHO
2017-04-11 23:58:03,324 [INFO] 410452665 rows.
2017-04-11 23:58:03,324 [INFO] Writing data...
2017-04-12 00:42:02,643 [INFO] Done writing data.
2017-04-12 00:42:02,643 [INFO] 356176390 rows written.
2017-04-12 00:42:02,644 [INFO] Converting took 2639 seconds.
It read 410452665 rows from the header information and Writed 356176390 records to CSV. Please help me to identify the issue or suggest is this fine.