I have a comma-separated values text file, consisting of just numbers and commas:
192123623,192123628,192123635,192123637,192123637,
192123642,192123652,192123652,192123655,192123704,
192123714,192123714,192123722,192123728,192123628,
192123749,192123824,
I want to remove the comma from the last record only (after 192123824) because this is the end of the file.
Thanks for any help you can provide,
~ Eric.
192123623,192123628,192123635,192123637,192123637,
192123642,192123652,192123652,192123655,192123704,
192123714,192123714,192123722,192123728,192123628,
192123749,192123824,
I want to remove the comma from the last record only (after 192123824) because this is the end of the file.
Thanks for any help you can provide,
~ Eric.