This repository contains a collection of python scripts, sql statements, code snippets and ideas I routinely experiment with.
hl7_reader.py- parses HL7 messagespdf_crawler.py- web crawler for pdf filescsv_txt_crawler.py- web crawler for csv and txt filescolumns_to_rows.py- transposes the columns (csv) to rows, except the first column which contains the headerrows_to_columns.py- converts the rows (csv) to columns, creating new key-value pairs that are semicolon-separated