The CSV output formatted follows the guidelines mentioned under en.wikipedia.org/wiki/Comma-separated_values.
Field Names¶ ↑
There is no header line defining the fields for the CSV output.
The fields are in the following order:
-
Author
-
Creator
-
CreateDate
-
Title
-
Subject
-
Keywords
Quotes¶ ↑
Double quotes in fields like 'keywords' are replaced by double double quotes:
'“Keyword1, Keyword2”' => '“”Keyword1, Keyword2“”'
Field seperator¶ ↑
The comma is used as a field seperator.