I think this line: `data = this._csvLineBuffer;` should be: `var data = this._csvLineBuffer;` in libs/core/Converter.js line 262 [https://github.com/Keyang/node-csvtojson/blob/master/libs/core/Converter.js#L262](https://github.com/Keyang/node-csvtojson/blob/master/libs/core/Converter.js#L262)
I think this line:
data = this._csvLineBuffer;should be:
var data = this._csvLineBuffer;in libs/core/Converter.js line 262 https://github.com/Keyang/node-csvtojson/blob/master/libs/core/Converter.js#L262