The WebGL Globe - Data csv

Hi guys , is there a way to convert this data csv ,data from NUFROC National UFO reporting center , to work with webgl globe webgl globe

My Codepen proj webgl globe HERE

Data Format WebGL Globe works is JSON

varrr data = [
[
‘seriesA’, [ latitude, longitude, magnitude, latitude, longitude, magnitude, … ]
]

also I want when u mouse over the data spikes to get the detail info comments !

any suggestions ?! , thank you !