Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
suppose we have below data:
$ cat td.data AAAAAABBBB|@|{color}000000120003|@|201401202|@|201401202strX'A'B'C' CDDEFDFD|@|000000120003|@|201401202|@|201401202strX'A'B'C' SEDDDFF|@|000000120003|@|201401202|@|201401202strX'A'B'C' TR3223DD3|@|000000120003|@|201401202|@|201401202strX'A'B'C' TR3E32SS|@|201401202|@|201401202strX'A'B'C'
we want to use "|@" as the field separator and "strX'A'B'C'" as the record separator, we can use below command:
./odb64luo -l src=td.data:tgt=tablename:mcfs="|@|":mcrs="strX'A'B'C'"