Great work here!
Is there a way to build strings (ala go fmt.Sprintf or other interpolation) in the shift operation? Something simpler that concat.
I'm looking for a mix of "value" fields (that preserve the selected values' type) and "interpolated string fields" (that are always strings and may be simple static strings).
Great work here! Is there a way to build strings (ala go
fmt.Sprintf
or other interpolation) in theshift
operation? Something simpler thatconcat
.I'm looking for a mix of "value" fields (that preserve the selected values' type) and "interpolated string fields" (that are always strings and may be simple static strings).
Like this perhaps:
Transform (note the
'
):Input:
Output: