mincwang edited a comment on issue #6550: URL: https://github.com/apache/incubator-doris/issues/6550#issuecomment-921540184
> > > > > > > > @JNSimba Has this problem been solved? > > > > > > > > > > > > > > > > > > > > > Specify the newline character to set the > > > > > > > sink.properties.line_delimiter parameters > > > > > > > > > > > > > > > > > > 我这里试了还是不行,最近一忙就没顾上 @mincwang > > > > > > > > > > > > > > > @yangmingjie your param line_delimiter(%%%%) and column_separator(%%%%) has the same prefix value, may cause doris to be indistinguishable,modify them to a different prefix and it works > > > > > > > > > > > > 还是不行,是不是我用的不对? > > > > 目标脚本如下: > > > >  > > > > 错误: > > > >  > > > > 另外,换成单个字符,也还是不行,例如: > > > > 'sink.properties.line_delimiter'='#', > > > > 'sink.properties.column_separator'='*' > > > > 也是一样的问题。 > > > > > > > > > may not the problem of the separator. It is recommended to see if the sql fields are consistent with the fields in the doris table. > > > > > > @JNSimba Can you add a JSON import way? i think will have not these problems. > > @mincwang Good idea, will be put on PR as soon as possible @JNSimba I look forward to your contribution, i hope it can support rowkind convert to a hidden column `__DELETE_SIGN__` when use Doris unique model. https://doris.apache.org/master/en/administrator-guide/load-data/batch-delete-manual.html#principle <!DOCTYPE html><figure class="md-table-fig md-focus" cid="n2" mdtype="table" style="box-sizing: border-box; margin: 1.2em 0px; overflow-x: auto; max-width: calc(100% + 16px); padding: 0px; cursor: default; caret-color: rgb(184, 191, 198); color: rgb(184, 191, 198); font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI Emoji", sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(54, 59, 64); text-decoration: none;"> RowKind | __DELETE_SIGN__ -- | -- +I | false -U | true +U | false -D | true </figure> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
