Closed FrankDMartinez closed 1 year ago
This is not supported. This package encodes/decodes only struct values and I have no plans on adding maps support.
However, check Unmarshal and metadata section in README. You can turn it into a helper function that will give you what you need
Hi.
I hope you are having a great new year so far.
If I wanted to read a CSV file into a
[]map[string]string
using this library, how would I do so?Thanks in advance.