Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support
  • Home
  • Fotoware On-Premises
  • FotoWeb
  • Activity Exports (On-Premises)

Column names in the CSV file

Learn more about the column names in the CSV file exported from Fotoware.

29. April 2025

Elaine Foley

The column names are the names of the columns in the CSV file exported from Fotoware. These are also the names that users are presented with when using, for example, PowerBI to create visual reports. In such tools, users must select from the list of columns to determine which data they want to include in their visualization. 

The exact set of fields depends on the Activity Export configuration. For example, the metadata fields exported are configurable.

The table below describes the different fields in the CSV files and the categories of information to which they belong.

Field category  Field name 
(as in the column header of the CSV file)
Description
General  EventId Unique string ID of the activity event. 
  EventTime Time of the activity event (UTC timezone). 
  ActivityType

The type of activity event, for example, Metadata edit.

Note: Only activity types that are configured for Activity Export are logged and included in the CSV file.

User info UserInfo.UserId

The ID of the user performing the activity.

Note: The User info fields are only logged if Activity Export is configured to log user information. 

  UserInfo.UserName The user name of the user performing the activity.
Asset info AssetInfo.ArchiveId

The ID of the archive of the asset involved in the activity.

Note: The Asset info fields only have values if an asset is involved in the activity event. Examples of such events are Metadata edit, Upload, and Download.

  AssetInfo.ArchiveName The name of the archive of the asset.
  AssetInfo.FileName The file name only of the asset, for example, "image.jpg"
  AssetInfo.PathToAsset The path of the asset relative the the archive, for example, "folder 1/image.jpg"
  AssetInfo.AssetHref The relative URL path to the Fotoware site, for example, 
"/fotoweb/archives/5001-Photo-Archive/Folder%201/image.jpg.info
  AssetInfo.ChangedMetadataFields A list of metadata fields whose values have changed as a result of the activity, for example, "XMP005:Title;XMP025:Keywords"
Workflow info WorkflowInfo.WorkflowId

The string identifier of the workflow performed in the activity. The workflow may represent either an action or a marker. 

Note: The Workflow info fields only have values if a workflow item (action or marker) was involved in the activity performed.

  WorkflowInfo.WorkflowName The name of the action or marker (workflow item). 
  WorkflowInfo.WorkflowType The type of workflow, i.e., either the string "Action" or "Marker".
  WorkflowInfo.DestinationType The destination type when an action has a destination, for example, "Archive".
  WorkflowInfo.DestinationUri The destination URI of the asset for an action with a destination. 
  WorkflowInfo.DestinationArchiveId In case of an action with a destination of type archive, this field is the ID of the destination archive.
  WorkflowInfo.DestinationArchiveName In case of an action with a destination of type archive, this field is the name of the destination archive.
Search Info SearchInfo.ArchiveId

The ID of the archive in which a search took place. 

Note: The Search Info fields only have values if the activity performed is of type Search.

  SearchInfo.ArchiveName The name of the archive in which a search took place. Đ
  SearchInfo.PathToSearchFolder

If specified, the path to the folder being searched within the archive. This can be a regular folder or a smart folder.

Examples:

  • "animals/frogs/"
  • "+/animal videos/" (+ means smart folder)
  SearchInfo.UserDtSearchString The user search string for the archive as applied in the search.
  SearchInfo.AutoDtSearchString

The auto search string for the archive as applied in the search.

Note: The user and the auto search strings together build up the complete search string as sent to the underlying search engine (Fotoware Index Manager or Fotoware Veloz).

  SearchInfo.NumberOfHits The number of search results in the archive being searched.
  SearchInfo.ProcessingTimeMs The milliseconds it took to perform the search.
Asset metadata (current) XMP005[Current]:Title

Metadata field 5, named Title, with the current value after the activity logged. "Current" metadata values are logged when there is an asset involved in the activity.

Note: Only metadata fields that are configured for Activity Export are logged and included in the CSV file.

Each metadata field enabled for logging will appear as two separate columns, one for the current value and one for the previous value (see Asset metadata (previous) below).

  XMP025[Current]:Keywords

Same as above but a different metadata field.

Note: Some types of metadata fields can contain multiple values (bag fields). For such fields, values will be separated according to the CSV file standard (RFC 4180).
Example: "nature:animals;night photos"

  XMP120[Current]:Description Same as above but a different metadata field.
  XMP200[Current]:Custom Field 1 Same as above but a different metadata field.
  XMP201[Current]:Custom Field 2 Same as above but a different metadata field.
Asset metadata (previous) XMP005[Current]:Title

Metadata field 5, named Title, with the value prior to the activity.

Note: "Previous" metadata values are only logged when there is a change in the metadata value induced by the activity being logged.

  XMP025[Current]:KeywordsŠ+ Same as above but a different metadata field.
  XMP120[Current]:Description Same as above but a different metadata field.
  XMP200[Current]:Custom Field 1 Same as above but a different metadata field.
  XMP201[Current]:Custom Field 2 Same as above but a different metadata field.
csv columns header names

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Application registration using OAuth 2.0
  • Get started with OAuth
  • Indexing PDF documents
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand