From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,602331146257f418 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!peer.news.zetnet.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Data table text I/O package? Date: Wed, 15 Jun 2005 20:30:35 +0100 Organization: Pushface Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1118863834 23259 62.49.19.209 (15 Jun 2005 19:30:34 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 15 Jun 2005 19:30:34 +0000 (UTC) Cancel-Lock: sha1:Y60YDqrqixJ3YIN+SBjBtxjwzNY= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:11398 Date: 2005-06-15T20:30:35+01:00 List-Id: Jacob Sparre Andersen writes: > I do quite a lot of work, where I manipulate data stored in > (tabulator separated) text files [1]. Does anybody know of a > package which handles the inclusion of a header line with the column > names in an elegant way? It should preferably include automated > testing that the header is correct, when a file is opened, and > automated creation of the header when a file is created. I think this sounds like an ASIS application. You might look at Stephe Leake's Auto_Text_IO .. Google finds it easily enough.