同步oracle的number类型的字段数据格式问题 #856
Unanswered
17554262006
asked this question in
Q&A
Replies: 2 comments
-
SQL API这个已经解决了。不过需要等待2.2版本发布,如果急得话可以先编译master版本。如果是同步为json格式,请参考 |
Beta Was this translation helpful? Give feedback.
0 replies
-
properties.setProperty("decimal.handling.mode","STRING"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
各位大佬,有个问题,我在同步oracle数据库时,字段类型为number类型的数据,同步的结果变成 {"scale":0,"value":"A+g="} 这种格式,请问有什么解决办法嘛?
Beta Was this translation helpful? Give feedback.
All reactions