Good day,
I need help from you.
I have to split and create output files by every 30.000 recordings.
Example ,
Input file has 150.000 (transaction.txt) recordings of bank accounts transactions.
The C code has to split this file and create output files by 30.000 records each from input file.
(transaction1.txt, transaction2.txt, transaction3.txt and etc.).The transaction.txt (150.000 recordings) has to be split on many files with 30.000 recordings.
So , does anybody know how to do this?
How C code will look like for this operation?
Thank you very much.