ScottPJones / FWFTables.jl

Fixed width reading and writing using the Tables interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FWFTables.jl

GitHub CI

This package contains functions for working with fixed width ascii files.

The File-function is used to read data. The specifications must be given as Blaise-bla files. The write-function will write a tables-object to a fixed width ascii file. The specs must also be given as a bla-file.

If the file starts with a bom for utf-8, it is skipped. The File-function tries to guess the used line-ending.

using DataFrames, FWFTables

df = DataFrame(FWFTables.File("databestand.asc", "spec.bla"))

About

Fixed width reading and writing using the Tables interface

License:Other


Languages

Language:Julia 100.0%