yq/pkg/yqlib/doc/operators/headers/to_number.md

3 lines
174 B
Markdown
Raw Normal View History

2023-10-05 04:13:46 +00:00
# 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.