Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4FD7C200B5E for ; Wed, 10 Aug 2016 15:59:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4EB5D160ABA; Wed, 10 Aug 2016 13:59:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C7506160A8F for ; Wed, 10 Aug 2016 15:59:21 +0200 (CEST) Received: (qmail 69304 invoked by uid 500); 10 Aug 2016 13:59:21 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 69253 invoked by uid 99); 10 Aug 2016 13:59:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 13:59:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DF4332C0003 for ; Wed, 10 Aug 2016 13:59:20 +0000 (UTC) Date: Wed, 10 Aug 2016 13:59:20 +0000 (UTC) From: "Marta Kuczora (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14404) Allow delimiterfordsv to use multiple-character delimiters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 13:59:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marta Kuczora updated HIVE-14404: --------------------------------- Status: Patch Available (was: Open) > 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.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)