29 lines
887 B
Markdown
29 lines
887 B
Markdown
---
|
|
assigned: ""
|
|
progress: 0.5
|
|
started: "2023-07-06T00:00:00.000Z"
|
|
completed: "2023-08-03T00:00:00.000Z"
|
|
type: "note"
|
|
created: "2024-01-06T01:22:37.151Z"
|
|
updated: "2024-01-06T01:22:37.151Z"
|
|
---
|
|
|
|
# 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
|
|
- [x] Verify
|
|
- [x] Move to production ...
|
|
- [ ] Cleanup D:/7-Question/- Scans.*
|