ppedrazzi
ppedrazzi
I just tried your suggestion of commenting out the code using CSV. The app now starts fine. Mind giving it a try on your side? On Mar 1, 2014, at...
Thought I'd include my code, running on the server. ``` Meteor.methods Convert CSV to Array csv2Array: cvs2Array = (fileUrl, callback) -> arr = Async.runSync((done) -> console.log done CSV().from(fileUrl, comment: "#"...
Good to know I’m not crazy! Did you notify the core devs? If not, I can pass this along. Have a great weekend! On Mar 14, 2014, at 11:11 PM,...
Will do!! On Mar 21, 2014, at 3:18 AM, subhog [email protected] wrote: > @ppedrazzi, I'm posting an issue right now. Please pass it along as well if you've got better...