Announcement

How to split large file into small files on Windows

Break large file into small files - techiners


 INTRODUCTION


Often during development, we require working with flat files which are really large files and at times its really difficult to open these files, and if opened, mostly crashes the application software opening it. Even to process such a large files is not feasible by the system that we develop. The solution is to break such a large file into number of small files and process those small files.

How to break a large file into small files without opening it with fixed number of records in each file?