Elements
Elements copied to clipboard
CSV reader
BACKGROUND: I'm using this CSV reader inside many Hypar functions
DESCRIPTION: This PR contains CSV reader that parses CSV file and creates set of elements from it. It searches for the property inside type that has the same name as column or that has CsvPropertyAttribute with the same value as column. Some of the methods are protected or virtual. It's because this reader can be inherited and extended. I'm doing it inside StoraEnsoStructure function
TESTING: I'm using this reader inside StoraEnsoStructure function and inside AptituteRouting
REQUIRED:
- [x] All changes are up to date in
CHANGELOG.md
.