Splitting a large file on Windows

HJ Split - Nice tool but it does not preserve  lines. It breaks the files based on size of each part.
Split for windows is available as part of  http://gnuwin32.sourceforge.net/packages/coreutils.htm


Removing first n(5 in this case )  lines from a file

MORE /E +5 input.csv > out.csv

Comments

Popular posts from this blog

SQL

Analytics

HIVE