apache / inlong

Apache InLong - a one-stop, full-scenario integration framework for massive data
https://inlong.apache.org/
Apache License 2.0
1.37k stars 534 forks source link

[Feature][SDK] Transform support STR_TO_MAP() function #11216

Open emptyOVO opened 4 days ago

emptyOVO commented 4 days ago

Description

Use case

STR_TO_MAP('item1:10,item2:5,item3:2', ':', ',')--{'item1' -> 10, 'item2' -> 5, 'item3' -> 2}

Are you willing to submit PR?

Code of Conduct