frictionlessdata / datapackage-go

A Go library for working with Data Package.
MIT License
21 stars 4 forks source link

Fix problem of having big numbers in descriptor #29

Closed danielfireman closed 2 years ago

danielfireman commented 2 years ago

Overview

Fixes a validation problem caused by a conversion of big numbers into scientific notation, which is then converted to float.

Please look at the reference issue for more details.

Fixes #28


cc/ @cuducos @cschloer


This change is Reviewable

cschloer commented 2 years ago

The code looks good! Thanks for the quick fix.