ShadowKnightMK4 / OdinSearch

Search thru local computer files and feed matching output to a class that consumes it.
MIT License
1 stars 0 forks source link

OdinSearch_OutputCSVWriter in console branch not working correctly. #2

Closed ShadowKnightMK4 closed 5 months ago

ShadowKnightMK4 commented 9 months ago

OdinSearch_OutputCSVWriter, the class indended to export as comma delimited files is not exporting correctly nor is Excel interpreting correctly. This class is located in the Console Front End branch and will be added to main once it appears working and passes some unit tests.

Main current reason is we are assuming the two classes based of FileSystemInfo - namely DirectoryInfo and FileInfo have the same number of properties and types. This is not true.

Proposal, just hardcode or let the user of the class choose which types of properties to include for export.

Additionally, this may be the reason of the Excel issue itself.

ShadowKnightMK4 commented 5 months ago

This was fixed a file ago.