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