frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Augment Decode and DecodeTable to deal with pointers #32

Closed danielfireman closed 2 years ago

danielfireman commented 7 years ago

This should transparently deal with *schema.GeoPoint, which currently returns an error.

The same should work for *int and other types.

danielfireman commented 2 years ago

Pointers are already supported.