# JuliaDB Footer Line Skips

**URL:** https://discourse.julialang.org/t/juliadb-footer-line-skips/24132
**Category:** General Usage
**Tags:** csv, juliadb
**Created:** [May 12, 2019, 6:31am UTC](https://discourse.julialang.org/t/juliadb-footer-line-skips/24132 "2019-05-12T06:31:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jekyllstein](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jekyllstein/32/4157_2.png) [@jekyllstein](https://discourse.julialang.org/u/jekyllstein)
#### Post date: [May 12, 2019, 6:31am UTC](https://discourse.julialang.org/t/juliadb-footer-line-skips/24132/1 "2019-05-12T06:31:09Z")

</div>

The CSV package has an option in CSV.File() to skip parsing lines at the end of a file, called “footerskip”. The loadtable function in JuliaDB has a keyword argument to skip rows at the beginning of a file (skiplines\_begin) but not the end. Is there some way to parse files this way without modifying them all be removing the last line before calling loadtable on them? I’m interested in loading a group of files into a distributed table at once.
