Hi seatunnel community,
According to pr #2392, seatunnel has a new feature to parse schema
information. Next I want to discuss with your guys how to define data
format in source connector configuration.
In my opinion, the config can be defined as the following:
schema {
fields {}
format = xxx
delimiter = xxx
}
We can abstract a new interface to parse format information in config. This
interface can use *seatunnel-formats* converting upstream from row data to
a seatunnel row. What do you think about it?
TyrantLucifer