# Functions
AddCSVFile adds contents from CSV file 'fn'.
AddCSVStream adds contents from CSV file 'fn'.
AddTextFile adds contents from text file 'fn' where key and value are separated by one of the characters in 'delim'.
AddTextStream adds contents from text stream 'fd' where key and value are separated by one of the characters in 'delim'.