This might help... http://www.linuxjournal.com/content/convert-spreadsheets-csv-files-python-and-pyuno
On Tue, Jan 6, 2009 at 4:40 PM, <[email protected]> wrote: > oops, sorry if you see this twice. > > The problem is that I have to eyeball every record since a great > number have different fields. I was thinking a csv editor that lets > you paste stuff and hand edit with an automatically refreshed preview > on a table would be really help full. > > Basically someone typed in a bunch of addresses from a printout in to > a word doc. > I will try to make a file with the same format (its not really a > format) and with bogus data. > thanks for the tip :o) > > Quoting Ed Gorman <[email protected]>: > >> sed /g/pattern/s/old/new >> >> where pattern is specific text you want to look for, old is the word you >> want to replace and new is the new value. Not sure what your file looks >> like, but change it so it is in csv format. Post a sample (with names >> changed to protect the innocent... heheh) for more details :-) >> >> On Tue, Jan 6, 2009 at 3:56 PM, Orion Vianna >> <[email protected]>wrote: >> >>> I have a big word file with many addresses/phone numbers, etc, that I'm >>> trying to make a csv file so I can export to other places. >>> I quickly tried to find a vim plug-in but no luck. >>> Is there any editor out there that lets me edit a regular text file and >>> automatically preview it as a csv displayed like a table? >>> >>> Thanks >>> Orion >>> _______________________________________________ >>> Mid-Hudson Valley Linux Users Group http://mhvlug.org >>> http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug >>> Upcoming Meetings (6pm - 8pm) MHVLS Auditorium >>> Jan 7 - Ruby on Rails >>> Feb 4 - TBD >>> >> >> >> >> -- >> Ed Gorman >> 1-800-817-0842 >> >> Imagine! Your health and lifestyle considerations can actually be >> addressed >> by examining your own unique individual makeup. Modern genetic science >> research can now provide an individual with customized nutritional program >> and lifestyle recommendations based on refined genetic profiling through >> DNA >> analysis: >> NutriPhysical Gene SNP DNA Screening Analysis Test >> >> Kit<http://casheltech.unfranchise.com/index.cfm?Load=level1&productCode=14330> >> >> Endless Shopping Experience: >> http://www.marketamerica.com/casheltech/ >> >> ***NOTE*** >> This email was sent from an unsecure computer and is not digitally signed >> or >> encrypted. No confidential data is in this email. >> _______________________________________________ >> Mid-Hudson Valley Linux Users Group http://mhvlug.org >> http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug >> Upcoming Meetings (6pm - 8pm) MHVLS Auditorium >> Jan 7 - Ruby on Rails >> Feb 4 - TBD >> > > > > > ----- End forwarded message ----- > > > _______________________________________________ > Mid-Hudson Valley Linux Users Group http://mhvlug.org > http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug > Upcoming Meetings (6pm - 8pm) MHVLS Auditorium > Jan 7 - Ruby on Rails > Feb 4 - TBD > _______________________________________________ Mid-Hudson Valley Linux Users Group http://mhvlug.org http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug Upcoming Meetings (6pm - 8pm) MHVLS Auditorium Jan 7 - Ruby on Rails Feb 4 - TBD
