Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated csvManifestFileService settings in README
  • Loading branch information
jonnyhoffer authored Jan 13, 2025
1 parent cc8b750 commit db2dec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ The `CSVManifestFileService` is responsible for generating a CSV file containing
- `headerAndColumnMap`
- Description: A map defining the CSV file headers and the corresponding object properties to use for their values. Values available are derived from the [Photo class](https://github.com/online-photo-submission/cloudcard-photo-downloader/blob/master/src/main/groovy/com/cloudcard/photoDownloader/Photo.groovy)
- Default Value: `{'Cardholder_ID':'person.identifier','Photo_Status': 'status','Photo_Date_Submitted':'dateCreated'}`
- In order to pass custom field values in, use `'person.customFields.full_custom_field_name'` (i.e. `'person.customFields.First Name'`)
- Optional: You can specify a static field in this map by prefixing the value with `static_`.
- Example: `'Source':'static_CloudCard'`
- Optional: You can specify the photo file name with the value `photo_fileName` OR the full photo file path with `photo_fullFilePath`.
Expand Down

0 comments on commit db2dec4

Please sign in to comment.