CodableCSV icon indicating copy to clipboard operation
CodableCSV copied to clipboard

add support for automatically parsing headers from the value during encode

Open rnantes opened this issue 2 years ago • 1 comments

Description

  • add support for automatically parsing headers from the value during encode
  • add KeyEncodingStrategy and KeyDecodingStrategy
  • add TimeZone and encoding decoding and Strategy
  • add swift-collections dependency for OrderedSet implementation

Checklist

The following list must only be fulfilled by code-changing PRs. If you are making changes on the documentation, ignore these.

  • [x] Include in-code documentation at the top of the property/function/structure/class (if necessary).
  • [x] Merge to develop.
  • [x] Add to existing tests or create new tests (if necessary).

rnantes avatar Nov 17 '23 04:11 rnantes

@dehesa can you review this PR. it would be good to get upstream

rnantes avatar Apr 28 '24 18:04 rnantes