I hereby claim:
- I am miketheartguy on github.
- I am miwil (https://keybase.io/miwil) on keybase.
- I have a public key ASCu-jTW6BpQ7LinbK3YvAfvjPeuFVG39WdA255zD7NTogo
To claim this, I am signing this object:
| # ~/.aws/config | |
| [profile account1] | |
| region = us-east-2 | |
| [profile account2] | |
| region = us-east-2 |
| import csv | |
| import psycopg2 | |
| import os | |
| import re | |
| data_dir = "path/to/files" | |
| data_files = [ | |
| ('table1', 'table1.csv'), | |
| ('table2', 'table2.csv') | |
| ] |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Removes all formatting and comments from a SQL script. | |
| """ | |
| import re | |
| def rm_sqlComments(inFile): | |
| """ | |
| Reads in a text file and removes all formatting and comments from SQL statements | |
| """ |