Module ecsv

Function Index

process_csv_file_with/2parse a csv file and process each parsed row with the RowFunction.
process_csv_file_with/3parse a csv file and process each parsed row with the RowFunction and the initial state InitState.
process_csv_string_with/2parse a csv string and process each parsed row with the RowFunction.
process_csv_string_with/3parse a csv string and process each parsed row with the RowFunction and the initial state InitState.

Function Details

process_csv_file_with/2

process_csv_file_with(IoDevice, RowFunction) -> any()

parse a csv file and process each parsed row with the RowFunction

process_csv_file_with/3

process_csv_file_with(IoDevice, RowFunction, RowFunctionInitState) -> any()

parse a csv file and process each parsed row with the RowFunction and the initial state InitState

process_csv_string_with/2

process_csv_string_with(String, RowFunction) -> any()

parse a csv string and process each parsed row with the RowFunction

process_csv_string_with/3

process_csv_string_with(String, RowFunction, RowFunctionInitState) -> any()

parse a csv string and process each parsed row with the RowFunction and the initial state InitState


Generated by EDoc