EricJoy2048 commented on issue #6965:
URL: https://github.com/apache/seatunnel/issues/6965#issuecomment-2167310836
Hi, In seatunnel 2.3.5, the doris source connector support read json column.
And you can get `data.XBNO` use SQL Transform.
The job config can like this:
```
source {
Doris{
xxx
doris.read.field = "id, data"
}
}
transform{
Sql {
query = "select id, id as oid, data.XBNO as materialNo from book_cms_dwt"
}
}
Sink {
xxx
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]