I've got a rather large text file, and it appears to simply have data printed in columns separated by variable numbers of spaces. I'd like to add comma separation at columns: 16, 55, 62, 72, 82, 98, 99, 100, 120, 134, 135 in each and every row.
Can I use the default UltraEdit insert function for this?
If I can, I'm not seeing it how.
Here's a sanitized example of my current data:
Here's a sanitized example of what I'm looking for
My example may be a couple of characters off, but I believe it gives the idea. I've got a few thousand lines like this to process. Any clues?
Appendix: Environment
Host PC is running WinXP Sp3
UltraEdit is version 14.20.0.1035
Can I use the default UltraEdit insert function for this?
If I can, I'm not seeing it how.
Here's a sanitized example of my current data:
Code: Select all
ABC 123 11 12345 0237 04ABC 123 12345 #1234 016006000500065065671234347487538B21
Code: Select all
ABC ,123 11 12345 ,0237 04,ABC 123 ,12345 #1234 , ,016006000500065065671234347487538,B,21
Appendix: Environment
Host PC is running WinXP Sp3
UltraEdit is version 14.20.0.1035