Re: MQO Importer.js
hi, i was trying to use your importer as a template to write my custom data loader, but I am stuck somewhere, the cheetah gives me an error for the line "line.split" and complain that line.split isn't a function.
Please help.
hi, i was trying to use your importer as a template to write my custom data loader, but I am stuck somewhere, the cheetah gives me an error for the line "line.split" and complain that line.split isn't a function.
Please help.
Re: MQO Importer.js
From : tg @ 2009-06-19 19:39:01 Edit Quote
Hi, thank you for checking my script. could you send me your script? try to check 'line' variable before executing .split() function in your code. I am guessing variable 'line' is not a String at that error point, maybe EOF (end of file)?
regards.
tg