-module(solarSystem). -export([process_csv/1,is_numeric/1,parseALine/2,parse/1,expandT/1,expandT/2,parseNames/1]). parseALine(false,T) -> T; parseALine(true,T)-