Import data with TabLoader and skipping first N lines

LabKey Support Forum (Inactive)
Import data with TabLoader and skipping first N lines kevink  2013-04-22 14:25
Status: Closed
 
I think you can use _skipLines if you set it before .inferColumnInfo() is called by .initialize(). You may have to subclass TabLoader in order to set _skipLines. Maybe we need to expose a setter for _skipLines.

Another option would be to do something similar to TabLoader.getComments() in your subclass. The TabLoaderIterator will position the reader past the comments and header in it's constructor.