lauriesamh
Technical User
I'm new to TCL and need to add a header row to the first line in a text file as it is processed within Cloverleaf interface engine.
Example input file
000
001
002
000
001
002
Required output:
"This is the test file for ABC"
000
001
002
000
001
002
Example input file
000
001
002
000
001
002
Required output:
"This is the test file for ABC"
000
001
002
000
001
002