Overview This Python script is designed to split large DLT files into smaller, manageable chunks. It ensures that each chunk is uniquely named and updates the record counts dynamically within the files.
Features Splits large DLT files into chunks of specified size. Intelligent renaming of output files to ensure uniqueness. Updates the last line of each chunk with a dynamically calculated record count. Handles files with UTF-8 encoding.