Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

[BUG] Field not all should be Upper. #1

Open
IBAS0742 opened this issue Oct 26, 2021 · 0 comments
Open

[BUG] Field not all should be Upper. #1

IBAS0742 opened this issue Oct 26, 2021 · 0 comments

Comments

@IBAS0742
Copy link

code

	fieldName = strings.ToUpper(fieldName)
	// sometime fieldName is Camel-Case

I use this code to deal with the geotiff's attribute table, and I found the field name "Value" can not be found, but the error's message is the field name "VALUE" can not be found.

After I comment the code, I got the right result.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant