[
https://issues.apache.org/jira/browse/TRAFODION-3320?focusedWorklogId=284727&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-284727
]
ASF GitHub Bot logged work on TRAFODION-3320:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/19 06:16
Start Date: 30/Jul/19 06:16
Worklog Time Spent: 10m
Work Description: Traf-Jenkins commented on issue #1850: [TRAFODION-3320]
support multiple characters field and record separator when for data loading
and extracting
URL: https://github.com/apache/trafodion/pull/1850#issuecomment-516279190
Test Passed. https://jenkins.esgyn.com/job/Check-PR-master/3244/
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 284727)
Time Spent: 0.5h (was: 20m)
> support multiple characters field and record separator when for data loading
> and extracting
> -------------------------------------------------------------------------------------------
>
> Key: TRAFODION-3320
> URL: https://issues.apache.org/jira/browse/TRAFODION-3320
> Project: Apache Trafodion
> Issue Type: New Feature
> Components: db-utility-odb
> Reporter: 苏锦佩
> Priority: Major
> Fix For: 2.4
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> suppose we have below data:
> {code:bash}
> $ 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'
> {code}
> we want to use "|@" as the field separator and "strX'A'B'C'" as the record
> separator, we can use below command:
> {code:bash}
> ./odb64luo -l src=td.data:tgt=tablename:mcfs="|@|":mcrs="strX'A'B'C'"
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)