export data from mnesia to excel
问题 I have the table user -record(person, {id, firstname, lastname}). this table contains this values : 1 francoi mocci 2 test tes my goal is how can I export this data from mnesia to excel I know the inverse way meaning transfer data from excel to mnesia the solution in this case is to converse the excel in csv.file then use this kind of code to parse the csv file : %%% --- csv parser in Erlang. ------ %%% To help process large csv files without loading them into %%% memory. Similar to the xml