On Sun, Jul 27, 2025 at 07:33:36 -0500, Richard Owlett wrote:
Now I have to relearn how to extract specific content from spreadsheets.
Something I haven't done in close to two decades.
Once you have a CSV file, there are a plethora of tools you can use
to extract pieces of it. CSV is a set of plain text formats with some
punctuation characters serving as field and record delimiters. The
exact punctuation characters in use will vary, so you will need to
examine the file manually at first, to see what you're dealing with.
There are also settings you can use within Libre Office, or whatever
program you used to produce the CSV file, to select your preferred
delimiters.
If you give us the URL of a spreadsheet (or a CSV file) and tell us
precisely what parts of it you want to extract, I'm certain someone
here will be able to cobble together a program to do it, in some
programming language, possibly even one you've already got installed.