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.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
CSVFiles line by line | 5 | 2728 | December 29, 2018 | |
Read data from excel starting from second row | 5 | 2617 | May 17, 2018 | |
Using JuliaDB to read in all the CSVs fails, but not when reading them singly | 2 | 757 | March 18, 2019 | |
Parsing strange CSV files | 5 | 628 | March 13, 2020 | |
Ignore comments with CSV.read(...) | 1 | 1391 | May 31, 2018 |