Converts an outline to a table using one of the available formats. This is useful for putting outline data into spreadsheets and databases.
otl2table.pyinputfile > outputfile Options -n Don't include trailing columns. -t type Specify field separator type. Types: tab - separate fields with tabs (default) csv - separate fields with , qcsv - separate fields with "," bullets - uses HTML tags
This example converts an outline to a "," table. Note that 9 fields are supported. They correspond to 9 outline levels.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Copyright © 2006 Noel Henson Updated: 2006-02-20 noel@noels-lab.com