Hi,
I have a csv file that I am converting and saving as flat(txt) file and I have been asked to add a header and footer to it.
The header and footers are not column names, but rather different information that needs to be added.
What's the best way to go about solving this? How can I ensure I am adding in the first and last rows of the txt file?
thanks in advance for any help.