In pipeline builder I have a struct column that has {"coordinates": [], "type": string}
I need to cast this to a string in order to use the GeoJson & prepare geometry transforms. But I’m not seeing anyway to go from Struct → String
You can probably use the Convert data to JSON
expression for this particular use case.
1 Like