Bases: astropy.io.ascii.Tab
Read a tab-separated file with an extra line after the column definition line. The RDB format meets this definition. Example:
col1 <tab> col2 <tab> col3
N <tab> S <tab> N
1 <tab> 2 <tab> 5
In this reader the second line is just ignored.