Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 100000 lines of text file, how to split file in target folder as each text file of 100 lines each
preddy79 wrote:
Hi,
I've similar job to pull 100000 from db into an outputfile to split each file with 1000 records. When the job generates a file it writes 100 files in 2 mins but it keeps writing again and again starts with file1 till file100 and continues for 1 hour. I dont understand why it is doing so...
When i write single file it completes in 5 mins... but when i split because of this over writing it is running for 1 hour. Can yu please help me why it is happening and how to fix it.
thanks