TeBaDaMaSi

Update of "TeBaDaMasi - Text Based Data Made Simple"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 00978af7570c1321df51e0d92db4ed6e343dcd82
Page Name:TeBaDaMasi - Text Based Data Made Simple
Date: 2012-01-15 16:31:30
Original User: andik
Content

Many data centered tools are built around these three tasks:

This results in often rewriting the same basic funtionality and often reinventing the wheel. This tool is thought as some kind of library for parsing, converting and outputtung data for various kinds of (primarily) text based data formats.

It is primary an api definition for parsers and templates and a tool which launches these. It is easily possible to add parsers or templates or transformation logic via the command line. This way we hope to build a library of easy reusable components which will make future data-hausehold much easier for text-based data.

The philosophy behind this tool is the philosophy of unix tools. Our Target is it to make text transformation easy achievable in any shell script.

TeBaDaMaSi consists of several file parsers and several output templates which are compatible and can be combinde by switches on the command line. The tool itself is currently written in python. There are thoughts about switching to c+lua but these have not been investigated yet.