Created
March 20, 2015 00:00
-
-
Save martjanz/c43c17705575c9cef9c1 to your computer and use it in GitHub Desktop.
Export to plain text file with custom delimiter (SPSS Syntax)
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
SAVE TRANSLATE OUTFILE='C:\filename.txt' | |
/TYPE=CSV | |
/TEXTOPTIONS DELIMITER='|' QUALIFIER='"' | |
/MAP | |
/FIELDNAMES | |
/CELLS=VALUES | |
/MISSING=IGNORE | |
/REPLACE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment