Elements icon indicating copy to clipboard operation
Elements copied to clipboard

CSV reader

Open katehryhorenko opened this issue 2 years ago • 0 comments

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.

This change is Reviewable

katehryhorenko avatar Jul 20 '22 00:07 katehryhorenko