Postal code: I need to replace the space in front of the first number with a comma State abbreviation: I need to replace the space in front of the first letter...
21858
John Shotsky
shotsky1
Jul 1, 2011 1:20 pm
State and zip are easy. City has no distinguishing part to separate it from the address. If there are a limited number of cities, you could use a look up...
21859
Mike Breiding - Morga...
wv.mike
Jul 1, 2011 3:35 pm
... Thanks, John. Will probably just do as much as I can with S&R and then finish up manually. Thanks, -Mike...
21860
Don
dpasseng
Jul 1, 2011 3:55 pm
Most cities are one word ... so just insert and then make a clip that goes line by line and asks if you want the comma moved on each line ... way faster....
21861
Mike Breiding - Morga...
wv.mike
Jul 1, 2011 4:48 pm
... Easy for you to say! ;) -mb...
21862
diodeom
Jul 1, 2011 4:55 pm
... After inserting commas around the state name abbreviations, e.g. with: ^!Replace "\h+([A-Z]{2})\h+(?=\d{5}\b)" >> ",$1," WARS you could probably automate a...
21863
flo.gehrke
Jul 1, 2011 5:32 pm
... I looked it up in Wiki and found that the US Postal Code is a nine-digit ZIP code, separated with '-' between position #5 and #6, and there are two spaces...
21864
Mike Breiding - Morga...
wv.mike
Jul 1, 2011 6:21 pm
... WHEW! I formatted the clip below into a single line with the required space. But, when I ran it I got not response. I just noticed once I ran John...
21865
diodeom
Jul 1, 2011 8:18 pm
... A bit of a mess is a bit of an understatement. There is some consistency in this disorder, but it's incomparably easier for me to just send you the fixed...
21866
Collier Smith
cosmyah
Jul 2, 2011 1:30 am
Thanks for the swift reply, diodeom. You gave me some good leads on what to try. and if I hadn't studied regex a little more, and found a workable solution on...
21867
Don
dpasseng
Jul 2, 2011 2:40 am
... Use a pdf extractor -- great program -- can preserve spacing when extracting....
21868
Mike Breiding - Morga...
wv.mike
Jul 2, 2011 9:37 am
... Hi Don, I used Acro 9.0 to export to text and that is what I got. Not sure if Acro 9 is sloppy or the original had "flaws". -mb...
21869
Mike Breiding - Morga...
wv.mike
Jul 2, 2011 9:41 am
... Here are the results! http://epicroadtrips.com/parks_list/dio_NPS_Units.txt Many thanks, -Mike...
21870
Axel Berger
absalom_nemini
Jul 2, 2011 2:22 pm
... The problem is, there are no spaces in PDF, just letters and places where to put them. So as letters usually don't touch any extractor including copying...
21871
Art Kocsis
artkns
Jul 3, 2011 1:39 am
... with a comma ... letter with a comma ... Mike, Whenever I have a one-off project such as this that does not lend itself to a simple clip I find it is much...
21872
Mike Breiding - Morga...
wv.mike
Jul 3, 2011 11:00 am
Interesting. Your thorough explanation has caused me to look at this more carefully. I will give your method a try and see what I end up with. I am sure I will...
21873
Don
dpasseng
Jul 3, 2011 3:10 pm
... And A-PDF Extractor thus uses positioning to solve that. Give it a try. I do some pretty complex extractions. This should probably go off topic if it...
21874
John Shotsky
shotsky1
Jul 3, 2011 5:06 pm
Don, thinking I might be able to use A-PDF Extractor, I tried it out. If you have any hyphens or dashes in your source document, they are all converted to the...
21875
Axel Berger
absalom_nemini
Jul 4, 2011 5:20 am
I am finally coming round to using NoteTab for LaTeX too, in spite of the lack of highlighting. One very frequent action is commenting in and out lines and I'm...
21876
John Shotsky
shotsky1
Jul 4, 2011 5:25 am
What does a comment in Latex look like? Regards, John <http://recipetools.gotdns.com/> RecipeTools site <http://groups.yahoo.com/group/RecipeTools/>...
21877
Axel Berger
absalom_nemini
Jul 4, 2011 5:45 am
... It is simply a percent sign as the first character in a line, usually but not necessarily followed by a space. It works exactly like the semicolon in...
21878
Alec Burgess
alecb3ca
Jul 4, 2011 6:36 am
... Axel: Sheri wrote a "package" consisting of some Notetab Clips together with some PowerPro macros that support keyboard shortcuts to invoke Notetab clips...
21879
Don
dpasseng
Jul 4, 2011 10:30 am
... Not sure if I understand -- you want the clip to be on a shortcut key? Of course you have escape and name the clip a single character ... and hit enter ......
21880
Dave
david_99_au
Jul 4, 2011 7:33 pm
Hi have you tried the free version of PDF http://www.tracker-software.com/ ??? THANKYOU DAVE ... From: "John Shotsky" <jshotsky@...> To:...
21881
John Shotsky
shotsky1
Jul 4, 2011 8:20 pm
As far as I can see, the free version can't export text. The only save option is pdf, and the only export option is 'image39;. Removed. Regards, John From:...
21882
Axel Berger
absalom_nemini
Jul 4, 2011 8:44 pm
... I always use the command line tools from XPDF http://www.foolabs.com/xpdf/home.html They do all they are menat to and quite reliably. I mostly notice lost ...
21883
Axel Berger
absalom_nemini
Jul 4, 2011 8:51 pm
... Now that you remind me ... And I'm still a member of the custom clipkeys yahoo group. I decided then it was not for me. I often use things like that to...
21884
Axel Berger
absalom_nemini
Jul 4, 2011 8:55 pm
... Exactly. A single character is out, as all my clip libraries are autoreplace. I have retained the start character "<" for TeX too, as it's far easier to...
21885
Ray Shapp
rayshapp
Jul 4, 2011 10:41 pm
To All Clippers, This is to request help in integrating three existing clips for managing email forwarding lists for an astronomy club. Several times a month,...
21886
Axel Berger
absalom_nemini
Jul 5, 2011 12:05 am
... Possibly, but I'd choose a different approach. As you have to write down those six paths anyway, I'd make do without a formal loop and write the main code...