[
https://issues.apache.org/jira/browse/TAJO-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14986691#comment-14986691
]
Hudson commented on TAJO-1955:
------------------------------
SUCCESS: Integrated in Tajo-master-build #960 (See
[https://builds.apache.org/job/Tajo-master-build/960/])
TAJO-1955: Add a feature to strip quotes from CSV file. (hyunsik: rev
e5a01e0935e7816fb89a3a2c7fc97630e1d226d5)
*
tajo-storage/tajo-storage-hdfs/src/test/resources/dataset/TestDelimitedTextFile/testStripQuote.txt
*
tajo-storage/tajo-storage-hdfs/src/test/java/org/apache/tajo/storage/TestDelimitedTextFile.java
* tajo-common/src/main/java/org/apache/tajo/storage/StorageConstants.java
* CHANGES
*
tajo-storage/tajo-storage-hdfs/src/test/resources/dataset/TestDelimitedTextFile/testIncompleteQuote.txt
*
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/text/CSVLineDeserializer.java
* tajo-docs/src/main/sphinx/table_management/text.rst
> Add a feature to strip quotes from CSV file
> -------------------------------------------
>
> Key: TAJO-1955
> URL: https://issues.apache.org/jira/browse/TAJO-1955
> Project: Tajo
> Issue Type: New Feature
> Components: Storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.12.0
>
>
> In CSV file format, each field may or may not be enclosed in double quotes.
> In many cases, users want to strip the quotes from values. It would be great
> if we support this feature.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)