} else if (filename.slice(-4) === '.tbl') {
    debug(`Processing table file: ${filename}`);
    fs.readFile(filename, 'utf8', (err, contents) => {
      if (err) {
        return callback(err);