Relative Content

Tag Archive for batch-filesplitrecord

Batch Script to split record by fixed length

I have input text file with single line having thousands of records one after another. I want to split them after length of 10 characters each. **Input Record** – ====================== Begin of data ========================= abcdefghijklmnopqrstuvwxyz1234567890 <= Input file having all records on single line ====================== End of data ========================= **Expected output** – ====================== Begin of […]

Batch Script to split record by fixed length

I have input text file with single line having thousands of records one after another. I want to split them after length of 10 characters each. **Input Record** – ====================== Begin of data ========================= abcdefghijklmnopqrstuvwxyz1234567890 <= Input file having all records on single line ====================== End of data ========================= **Expected output** – ====================== Begin of […]