From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 17:47:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38B037B401 for ; Tue, 25 Mar 2003 17:47:52 -0800 (PST) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6225A43FB1 for ; Tue, 25 Mar 2003 17:47:51 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep2.cogeco.net (Postfix) with ESMTP id 19B82844C for ; Tue, 25 Mar 2003 20:47:50 -0500 (EST) Date: Tue, 25 Mar 2003 20:51:34 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: questions@freebsd.org Message-ID: <20030325204410.D17599@dhcp-17-14.kico2.on.cogeco.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: port to convert comma delimited file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD user questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 01:47:57 -0000 X-List-Received-Date: Wed, 26 Mar 2003 01:47:57 -0000 Hello, I have a comma delimited file with approximately 7000 rows and 5 columns. I have absolutely no database skills and and almost as much HTML skill, yet I need to convert this file into an HTML table. Is there something in the ports collection that will do this for me, a sort of converter for dummies? Barring that, is there any port that will do this, hopefully with docs so I can learn as I go? Dru