if(!this._discardFSep && ! (_self._parsingState&CSVParser.STATE_LNSEP)) {
      matches = getSeparatorMatches(_self.options.sep, _self._fSep + curChar);
      if(matches.length) {
        _self._fSep += curChar;
        _self._parsingState |= CSVParser.STATE_FSEP;