Closed regis-leray closed 8 years ago
Currently every line or cell with empty value are skipped. But im my case that what causing an issue !
id,timestamp,battery 297699, ,95 297700,1448387879000,95
when i was accessing the value timestamp was having the value of 95, when it should be empty
95
All the unit test were disable , i fix them and i add one for my specific case !
Amazing! Thanks again 🙇. Great test. Merging 👍
Currently every line or cell with empty value are skipped. But im my case that what causing an issue !
when i was accessing the value timestamp was having the value of
95
, when it should be empty