[ 
https://issues.apache.org/jira/browse/TRAFODION-3320?focusedWorklogId=286349&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-286349
 ]

ASF GitHub Bot logged work on TRAFODION-3320:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Aug/19 02:39
            Start Date: 01/Aug/19 02:39
    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-517095211
 
 
   New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/3245/
 
----------------------------------------------------------------
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: 286349)
    Time Spent: 1h 10m  (was: 1h)

> 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: 1h 10m
>  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)

Reply via email to