29 lines
822 B
Markdown
29 lines
822 B
Markdown
---
|
|
created: 2023-06-25T16:35:28.627Z
|
|
updated: 2023-07-09T22:16:11.849Z
|
|
assigned: ""
|
|
progress: 0
|
|
tags: []
|
|
status: 2-Todo
|
|
type: kanbn
|
|
started: 2023-07-08T21:44:14.665Z
|
|
---
|
|
|
|
# Merge Kristy Files
|
|
|
|
```c#
|
|
string[] test = (from l in new string[] { "Mikes", "Mike", "Mik-e" } orderby l.EndsWith('s'), l.Contains('-') select l).ToArray();
|
|
return new(result, (from l in results orderby l.FileHolder.DirectoryName?.EndsWith('s'), l.FileHolder.DirectoryName?.Contains('-'), l.FileHolder.DirectoryName?.Length == 12 select l).ToArray());
|
|
```
|
|
|
|
## Sub-tasks
|
|
|
|
- [x] Convert .tiff to .jpg with Nikon Nx Studio at 100%
|
|
- [/] Keep .tiff files in 2-Images-B
|
|
- [ ] Copy to each backup from question
|
|
- [x] Rotate the .jpg only
|
|
- [x] Use Rename console app to rename for storage
|
|
- [x] Set created date
|
|
- [ ] Verify
|
|
- [ ] Move to production ...
|