Also see JPWS CSV File Format.
| Text Format | Options: DATABASE and SPREADSHEET.
JPasswords implements RFC-4180 for outputs of the "DATABASE" type, which is the foundation of IANA registered MIME type "text/csv". This format is advisable to store the full content of the database without modifications. Time values are stored as "epoch" seconds (integer). JPasswords implements a shortened content variation with format type "SPREADSHEET" to meet common requirements of calculation table applications. Use this output to view your file as a spreadsheet. These are the differences: i) some lesser relevant data fields are omitted (including UUID), ii) separator character is semicolon instead of comma, iii) time values are shown as readable text, and iv) line feeds within datafields are translated into blanks. |
| Character Set | Options: List of available character sets of your Java Virtual Machine.
Choose the most suitable standard depending on the environment where you are going to use the output. "UTF-8" is a general good choice for all languages and environments. Users of the Western hemisphere might alternately wish to choose "windows-1252" or "ISO-8859-1". |
| Output File | Select the destination file of your CSV output by use of the file browsing utility. |