Skip to content

Instantly share code, notes, and snippets.

@martjanz
Created March 20, 2015 00:00
Show Gist options
  • Save martjanz/c43c17705575c9cef9c1 to your computer and use it in GitHub Desktop.
Save martjanz/c43c17705575c9cef9c1 to your computer and use it in GitHub Desktop.
Export to plain text file with custom delimiter (SPSS Syntax)
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