apache / doris-website

Apache Doris Website
https://doris.apache.org/
78 stars 192 forks source link

ROUTINE LOAD How to parse the base64 data from kakfa and parse the base64 data into the table. #1055

Open GLL550C opened 3 weeks ago

GLL550C commented 3 weeks ago

ROUTINE LOAD How to parse the base64 data from kakfa and parse the base64 data into the table.

morningman commented 2 weeks ago

I guest the base64 data in kafka is stored as String type? If yes, Doris support from_base64 and to_base64() function. You can do the column mapping in routine load statement.