Closed froh closed 11 years ago
thanks for bringing this up, and sorry it was an inconvenience.
I think there is a way I can fix this issue so you don't need the work around, i'll try to get to it soon... it's a pretty bad undocumented behavior thats kind of hard to track down.
i fixed this! turned out to be relatively simple. let me know if it works for you. simple test case: http://tributary.io/inlet/6418695
thanks :)
Hi,
when the code using some magic TSV file happens to modify the magic file content, then after a reload of the code, the magic file content is not reset.
example.
some_data.tsv
(using spaces here for the lack of tabs):inlet.js
Now when I update the code in
inlet.js
, themagic_data
is not reset, and there is no morerow.Label
to collect and the rowLabels will be allundefined
.I worked around this (by no more modifying the data but filtering out the Label column) but I think this is a bug anyhow.