gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.95k stars 243 forks source link

allow "partial" keys #234

Closed kidandcat closed 1 year ago

kidandcat commented 1 year ago

We have a real use case where a CSV header is dynamic, like this: Total Premium: $2,160.00

With this change you can now mark a field as partial, and it will match any CSV headers which contains the key.