Created
April 19, 2014 09:36
-
-
Save quiver/11079289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy users from '/tmp/s3/allusers_pipe.txt' with null as '' delimiter '|'; | |
copy venue from '/tmp/s3/venue_pipe.txt' delimiter '|'; | |
copy category from '/tmp/s3/category_pipe.txt' with null as '' delimiter '|'; | |
copy date from '/tmp/s3/date2008_pipe.txt' with null as '' delimiter '|'; | |
copy event from '/tmp/s3/allevents_pipe.txt' with null as '' delimiter '|'; | |
copy listing from '/tmp/s3/listings_pipe.txt' with null as '' delimiter '|'; | |
copy sales from '/tmp/s3/sales_tab.txt' with null as '' delimiter '\t'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment