mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 09:00:52 +08:00
Update documentation.
This commit is contained in:
parent
8b92b5a733
commit
e8e57ed117
@ -80,7 +80,7 @@ public class Ipv4ToNum extends Transformer {
|
|||||||
|
|
||||||
//如果字段为空,返回 0
|
//如果字段为空,返回 0
|
||||||
if (oriValue==null) {
|
if (oriValue==null) {
|
||||||
oriValue = "";
|
oriValue = "0.0.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
String[] seq = oriValue.split("\\.");
|
String[] seq = oriValue.split("\\.");
|
||||||
|
Loading…
Reference in New Issue
Block a user