I've source file with 55907987 records .Iam writing it to a flat file. But when i count the number of records in the target like
$ gunzip -c filename |wc -l i get 55908012 records .Iam using a ETL tool to write in to a flat file.In the ETL process iam doing nothing other than extracting and writing it down in the flat file.Iam wondering if iam doing somethin incorrect on unix command line ???
$ gunzip -c filename |wc -l i get 55908012 records .Iam using a ETL tool to write in to a flat file.In the ETL process iam doing nothing other than extracting and writing it down in the flat file.Iam wondering if iam doing somethin incorrect on unix command line ???