Taier
Taier copied to clipboard
可不可以在同步的pipline 加上数据映射
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
假如有两个数据源进行数据同步,但是他们的column 字典映射并不一样,我可以在数据同步的前提,进行字典映射,例如 将年级的字符串 改为 年级的数字 这种自定义化操作,然后在同步过程中处理这种问题
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
我理解 是在reader的数据源读取的时候对字段类型进行转换后 在写入writer么
taier暂时不支持的
可以考虑从chunjun的函数入手