Closed no-reply closed 6 years ago
Is the commit message what you want it to be?
Something happened with the GitHub form, I fixed the PR message. I think the commit message is correct.
Sorry @jenlindner, I pushed up a spec commit which dismissed your review.
No problem, looks great!
Our sample BePress exports contain rows with only delimiters. Rather than fail validation on these rows, we prefer to skip them entirely. We do this at the
Parser
layer, so anything consumingParser#records
(validators, importers, etc...) will treat these rows as non-records.