Python script to convert from aleph catalog report columnar to CSV
Tags: elympics
, aleph
Last Updated: Mar 01, 2010 11:36
- Description
This script aims to help opening files in columnar report format, i.e. those generated from aleph's p-ret-01 or p-ret-03, etc.
in spreadsheet applications, like excel or openoffice, by converting the reports into csv (Comma Separated Values) format.
The script works with standard python 2.x installation and doesn't require special libraries. - Author: Luigi Messina
- Additional author(s):
- Institution: Università dell'Insubria
- Year: 2010
- License: GNU GPL version 3
- Short description:
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 3 of the License, or
(at your option) any later version. - Link to terms: Detailed license terms
- Skill required for using this code:
basic/intermediate
State
'Stable'
Programming language
Python
Software requirements
Python 2.x
Download
Attach the code file(s) to this page and link to them here.
Page attachments management can be reached from the top-right menu - 'attachments' after page save.
Working example
http://www.grimmo.it/elympics/columnar.zip
Release notes
Text...
Installation instructions
Just launch the script from command line using the report filename as parameter, like this:
| columnar.py reportfile |
| Tip sample |
| Info sample |
TO DO list
Text...
Known issues
The program doesn't yet work with Python 3.x because of changes into mmap module
Comments
Text...

