mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
666 stars 102 forks source link

MLDB-2168 import text skip lines #868

Closed jeremybarnes closed 7 years ago

jeremybarnes commented 7 years ago

Allows a skipLineRegex parameter in import.text that can for example skip blank lines or those starting with a comment. Particularly useful when the file starts with comments which need to be skipped before the headers can be read.

mathieumb commented 7 years ago

+1, however Im worrying about how big this procedure is getting.