data-cleaning.reader

read-file

(read-file path)
Reads the entire file.
   path: Source file name.
returns: File content as a sequence of lines.

read-xml-file

(read-xml-file path)
Reads xml file.
   path: Xml file name.
returns: Xml file content.