文档中心>数据集成>附录>任务类型转换>离线任务>Mongo 数据类型转换(离线)

Mongo 数据类型转换(离线)

最近更新时间:2024-07-09 22:01:41

我的收藏

读取

Mongo 数据类型
内部类型
int, Long
Long
double
Double
string, array
String
date
Date
boolean
Boolean
bytes
Bytes

写入

内部类型
Mongo 数据类型
Long
int, Long
Double
double
String
string, array
Date
date
Boolean
boolean
Bytes
bytes