joonseolee commented on PR #9760: URL: https://github.com/apache/seatunnel/pull/9760#issuecomment-3222007583
@Hisoka-X Thank you for your comment ! :)) So, is my understanding correct that instead of adding the new format (Markdown) to the `seatunnel-transforms-v2` module, I should add it to the `FileFormat` enum and implement a corresponding `ReadStrategy`? And based on the `chunkSize` and `overlap` values, I can create a new class similar to `MultipleTableFileSourceReader` to convert it into structured data. Additionally, I should implement a new `SourceSplit`, for example, by creating something like `RagFileSourceSplit`. cc @iinow -- 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]
