On Tue, 1 Jun 2004, Daniel Almendra wrote: > Has anyone ever exported the dumpfiles from htdig to a relational > database, such as MySQL or PostgreSQL? If so, can you tell me the > roadmap to do it? :)
I am not aware of anyone who has done this or any specific tools for this task. I would expect it to be highly dependent upon exactly which information you wanted and how you wanted to structure it in the database. My only advice would be to dump everything in a structure text format, as htdump allows, and the throw together a script to parse the text files and populate your table(s). Shouldn't be too tough if you know a little Perl, Python, etc. Jim ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

