bnvk / Conjuror

An experiment in the CSV format, open data, magic, and wizardly things!
Other
11 stars 2 forks source link

Track.js adds a blank line to the CSV. #20

Closed simonv3 closed 9 years ago

simonv3 commented 9 years ago

Haven't quite tested whether it's after or before an entry.

This causes conjuror.js to break, cause trim doesn't like blank lines.

bnvk commented 9 years ago

@simonv3 I'm pretty sure that is just that you had a blank line at the end of your CSV and then ran track.js on top of it... that happened to me once, re-test with no blank line plsz ;)

simonv3 commented 9 years ago

@bnvk - you're right. I think what happens is that when I edit the CSV itself my sublime auto-adds a blank line at end.