[Feature][Transform] Introduce tika transform
Purpose of this pull request
https://github.com/apache/seatunnel/issues/9861
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
- [ ] If any new Jar binary package adding in your PR, please add License Notice according New License Guide
- [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs
- [ ] If you are contributing the connector code, please check that the following files are updated:
- Update plugin-mapping.properties and add new connector information in it
- Update the pom file of seatunnel-dist
- Add ci label in label-scope-conf
- Add e2e testcase in seatunnel-e2e
- Update connector plugin_config
@corgy-w @zhangshenghang PTAL
thanks @liugddx . Do we have IT test class that actually read files? For example, reading PDF . It would be best if you could provide it.
thanks @liugddx . Do we have IT test class that actually read files? For example, reading PDF . It would be best if you could provide it.
+1
thanks @liugddx . Do we have IT test class that actually read files? For example, reading PDF . It would be best if you could provide it.
+1
Done. @zhangshenghang @Hisoka-X
LGTM! if ci passes
@liugddx Can you fix CI for this PR?