Alright?
I need to generate a txt file with a default format as below:
D00000002 200014002154129 $9997 7720 0000 0012 * 12/19 *CLARICE LISPECTOR *0014-00 215412-9 * %B9997772000000012^CLARICE LISPECTOR
There will be several lines and all of them will have to be the same size and space between the data. What is the best way to generate these spaces (need to be even space, as a blank character) and ensure that the file is ok?
Thank you.