Re: text parsing
- From: Manuel Lemos <mlemos@xxxxxxx>
- Date: Mon, 21 Jan 2008 19:17:34 -0200
Hello,
on 01/21/2008 06:34 PM Carolyn Marenger said the following:
Can someone point me in the direction of some good documentation on text
parsing?
I want to take a bunch of text files (rtf), read them in and dump the
contents in a database. The files are effectively a flat file database,
with I suspect some fairly intricate programming needed to process the
files. Unfortunately, they are laid out for human readability, not data
conversion.
You may want ti try this RTF parser class:
http://www.phpclasses.org/rtfparseclass
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.
Relevant Pages
- Web Developers - Happy Hearts And HDTV! - Lockergnome
... Certificate on your MSIIS Web server. ... getting data from a database is only half the problem. ... Zend recently started a series about building rock solid code in PHP. ... which provides bulk database conversion. ... (freebsd-questions) - Re: Techniques for Vulneability discovery
... in mind) so i searched the net for some free database driven software and came ... the first thing i did was grab some info about PHP programming and some MySQL ... I did some more reasearch on different types of web based "input validation" ... PHP and SQL docs, etc.. ... (Vuln-Dev) - Re: Techniques for Vulneability discovery
... in mind) so i searched the net for some free database driven software and came ... the first thing i did was grab some info about PHP programming and some MySQL ... I did some more reasearch on different types of web based "input validation" ... PHP and SQL docs, etc.. ... (Security-Basics) - Re: CSS + xhtml static site - going dynamic?
... PHP then fills each content area. ... A better alternative is to have PHP pull the content off a database. ... management - menus and page linking need to be done by hand. ... So the second part is to formally build the linking structure into the ... (uk.net.web.authoring) - Re: CSS + xhtml static site - going dynamic?
... PHP then fills each content area. ... A better alternative is to have PHP pull the content off a database. ... management - menus and page linking need to be done by hand. ... So the second part is to formally build the linking structure into the ... (uk.net.web.authoring) |
|