IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New better, added statement to bash script to include
an echo of the variable I need in the file. So I get my new 500+ files
for %f in (*.txt) do type "%f" >> new.txt
cats all 500+ files into one file
use notebook++ search and replace to remove all of the line feeds to have just one long line use search and replace to add a linefeed just in front of the unique variable name and voila, a single column that I needed for excel. Now off to learn excel merging
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free American and do not reflect the opinions of any person or company that I have had professional relations with in the past 57 years. meep
New Excel VBA
Could have used VBA to pull in the file contents.
New Re: Excel VBA, couldn't remember any :-)
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free American and do not reflect the opinions of any person or company that I have had professional relations with in the past 57 years. meep
New F1, or record the macro, or use a fancy pants
text import.

I use an unholy combination of C#, Python, Excel and sed to munge data around (don't ask, it's one of those things where the progenitor of the thing that makes the report files did that thing where the output looks pretty on screen but is actually about as machine-readable as a punch in the face) these days.
     up an odious creek sans paddle - (boxley) - (20)
         Sounds like an ideal application for Python. - (Another Scott) - (5)
             cannot use external software - (boxley) - (4)
                 Will "sort" help? It's there in Winders. "sort /?" -NT - (Another Scott) - (2)
                     its there but I need to remember how to do loops in - (boxley) - (1)
                         Here... - (folkert)
                 Now you know... - (folkert)
         The sort of thing I'd use Emacs for - (malraux) - (6)
             no emacs -NT - (boxley) - (5)
                 Its downloadable - (folkert) - (4)
                     He can't download anything... -NT - (malraux) - (2)
                         download it at home - (lincoln) - (1)
                             Not worth the risk. - (Another Scott)
                     NSA DOD rules in place -NT - (boxley)
         How does the filename convert to the cell reference? -NT - (scoenye) - (1)
             file name references a spec - (boxley)
         Small files fitting in a spreadsheet? - (crazy)
         better, added statement to bash script to include - (boxley) - (3)
             Excel VBA - (altmann) - (2)
                 Re: Excel VBA, couldn't remember any :-) -NT - (boxley) - (1)
                     F1, or record the macro, or use a fancy pants - (pwhysall)

And don't forget the fire ants.
92 ms