You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/convert-processor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Specifying `auto` will attempt to convert a string-valued `field` into the close
27
27
lose precision, and will give positive or negative infinity if out of range for a 32-bit floating point value).
28
28
- A string representing a floating point number in decimal, scientific, or hex format (e.g. `"123.0"`, `"123.45"`, `"1.23e2"`, or `"0x1.ecp6"`) will be converted to a `Float` (and may lose precision, and will give positive or negative infinity if out of range for a 32-bit floating point value).
29
29
30
-
Using `auto`with to convert a `field` which is either not a `String` or a `String` which cannot be will leave the field
30
+
Using `auto` to convert a `field` which is either not a `String` or a `String` which cannot be will leave the field
31
31
value as-is. In such a case, `target_field` will be updated with the unconverted field value.
0 commit comments