The Format feature already exists, the problem is that we haven't enabled it yet; In fact, all the features in the `org.apache.seatunnel.api.table.factory` package under the `seatunnel-api` module are not enabled, they are mutually dependent;
Best, Zongwen Li 范佳 <[email protected]> 于2022年8月11日周四 15:32写道: > +1 > > Thanks for open this discussion. > > ________________________ > > Jia Fan > > > 2022年8月11日 14:35,Lucifer Tyrant <[email protected]> 写道: > > > > 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 > > > >
