1YAPET2CSV(1)                       YAPET2CSV                      YAPET2CSV(1)
2
3
4

NAME

6       yapet2csv - convert YAPET file to CSV file
7

SYNOPSIS

9       yapet2csv [[-c] [-h] [-V]] | [[-H] | [-p password] | [-q] [-s
10       separator]] src dst
11

DESCRIPTION

13       Convert a YAPET file to a CSV file. The source file specified by src
14       will not be modified.
15
16       The resulting CSV file dst has the following format:
17
18       ┌─────────┬────────────────────┐
19       │         │                    │
20       │Column # │ YAPET record field │
21       ├─────────┼────────────────────┤
22       │         │                    │
23       │1        │ Record Name        │
24       ├─────────┼────────────────────┤
25       │         │                    │
26       │2        │ Host Name          │
27       ├─────────┼────────────────────┤
28       │         │                    │
29       │3        │ User Name          │
30       ├─────────┼────────────────────┤
31       │         │                    │
32       │4        │ Password           │
33       ├─────────┼────────────────────┤
34       │         │                    │
35       │5        │ Comment            │
36       └─────────┴────────────────────┘
37

OPTIONS

39       -h
40           Show help.
41
42       -c
43           Show copyright.
44
45       -V
46           Show version.
47
48       -H
49           Add header line to CSV file.
50
51       -p
52           Use the master password password provided to decrypt src. The use
53           of this option is not recommended for security reasons. By default,
54           yapet2csv prompts for the master password.
55
56       -q
57           Do not produce verbose output, except for error messages. By
58           default, yapet2csv will print a period for each converted password
59           record to stdout.
60
61       src
62           Source YAPET fiel name which will be converted to CSV and stored in
63           dst. If the file path does not end in .pet, yapet2csv will append
64           .pet to the operand.
65
66       dst
67           Pathname where the converted YAPET file will be stored. The file
68           must not exist prior to invoking yapet2csv.
69

EXIT STATUS

71       0
72           Successful completion.
73
74       1
75           Error while parsing command line arguments.
76
77       2
78           File dst already exists.
79
80       3
81           An error occurred.
82

BUGS

84       Please report bugs to https://github.com/RafaelOstertag/yapet/issues.
85

AUTHORS

87       Rafael Ostertag rafi@guengel.ch.
88

SEE ALSO

90       yapet(1), csv2yapet(1)
91
92
93
94YAPET 2.3                         2019-02-19                      YAPET2CSV(1)
Impressum