You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now convert a Row to a Header with Header.fromRow(Row).
You can now get the name of the page a row was found in with Row.pageName(), if the source file supports it.
Added RowReader.withSequentialIndexes().
Added RowReader.withBlankRows().
New tabitha-json module, which provides a plugin that allows Tabitha to read newline separated JSON streams.
Changed
Renamed Row.page() to Row.pageIndex().
Multiple unnamed columns are now permitted inside a header, and the "inline headers" option will no longer throw a DuplicateColumnException when multiple blank column names are encountered.
The "inline headers" option no longer shifts row indexes by one.
The Row API has changed, with most constructors being replaced with easier to use static factory methods.