FWFTables.jl

Fixed width reading and writing using the Tables interface
Author HenricoWitvliet
Popularity
1 Star
Updated Last
2 Years Ago
Started In
March 2020

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"))

Used By Packages

No packages found.