Created
July 27, 2017 08:20
-
-
Save Mikulas/670fe6ae196532b84f320b5fc07a854b to your computer and use it in GitHub Desktop.
This file contains 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 vpc FROM '/SOME/PATH/000000' | |
WITH ( | |
FORMAT CSV, | |
DELIMITER ' ', | |
NULL '-' -- some Flog Log entries will have unset fields with '-', this normalizes the value to NULL | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment