[ https://issues.apache.org/jira/browse/HIVE-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marta Kuczora updated HIVE-14404: --------------------------------- Attachment: HIVE-14404.3.patch Fixed the patch according to the review: - Change the logic for generating the output for DSV formats not to use SuperCSV and support multiple characters as delimiter. - Remove the SuperCSV library from the project, since it is not used anywhere else. > Allow delimiterfordsv to use multiple-character delimiters > ---------------------------------------------------------- > > Key: HIVE-14404 > URL: https://issues.apache.org/jira/browse/HIVE-14404 > Project: Hive > Issue Type: Improvement > Reporter: Stephen Measmer > Assignee: Marta Kuczora > Attachments: HIVE-14404.2.patch, HIVE-14404.3.patch, HIVE-14404.patch > > > HIVE-5871 allows for reading multiple character delimiters. Would like the > ability to use outputformat=dsv and define multiple character delimiters. > Today delimiterfordsv only uses on character even if multiple are passes. > For example: > when I use: > beeline>!set outputformat dsv > beeline>!set delimiterfordsv "^-^" > I get: > 111201081253106275^31-Oct-2011 > 00:00:00^Text^201605232823^2016051968232151^201605232823_2016051968232151_00000_0_1 > > Would like it to be: > 111201081253106275^-^31-Oct-2011 > 00:00:00^-^Text^-^201605232823^-^2016051968232151^-^201605232823_2016051968232151_00000_0_1 > -- This message was sent by Atlassian JIRA (v6.3.4#6332)