[Question][restapireader] jsonparse
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [X] I had googled my question but i didn't get any help.
- [X] I had read the documentation: [ChunJun doc](https://dtstack.github.io/chunjun) but it didn't help me.
### Description
http result is :
{
"status": 200,
"message": "查询成功",
"result": {
"total": 10,
"rows": [
{
"id": 3,
"type": "type1"
},
{
"id": 7,
"type": "type2"
}
]
},
"costTime": 0
}
1. 如何讲rows里面的id type 字段同步到sink端?
2. 如何分页查询?
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
Contributor guide
Assessment
This issue has not been assessed yet.