yq/pkg/yqlib/doc/operators/headers/to_number.md
2023-10-05 15:15:01 +11:00

174 B

To Number

Parses the input as a number. yq will try to parse values as an int first, failing that it will try float. Values that already ints or floats will be left alone.