chaintuts / logconvert

LogConvert is a simple ODS to CSV converter script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General


Author

  • Josh McIntyre

Website

  • jmcintyre.net

Overview

  • LogConvert is a simple ODS to CSV converter script

Development


Git Workflow

  • master for releases (merge development)
  • development for bugfixes and new features

Building

  • make build Build the application - wraps go build
  • make clean Clean the build directory

Features

  • Find all ODS files in a directory
  • Convert using LibreOffice headless
  • Convert to a specified output directory

Requirements

  • Requires Go language build tools
  • Requires LibreOffice to be installed

Platforms

  • Windows
  • MacOSX
  • Linux

Usage


Command Line Usage

  • Run ./logconvert <source_dir> <output_dir>

About

LogConvert is a simple ODS to CSV converter script

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 45.0%Language:Python 41.7%Language:Makefile 13.3%