Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9B98189E1 for ; Mon, 24 Aug 2015 09:47:50 +0000 (UTC) Received: (qmail 38939 invoked by uid 500); 24 Aug 2015 09:47:45 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 38873 invoked by uid 500); 24 Aug 2015 09:47:45 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 38857 invoked by uid 99); 24 Aug 2015 09:47:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2015 09:47:45 +0000 Date: Mon, 24 Aug 2015 09:47:45 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-2567) CsvParser: Quotes cannot be escaped inside quoted fields MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maximilian Michels created FLINK-2567: ----------------------------------------- Summary: CsvParser: Quotes cannot be escaped inside quoted fields Key: FLINK-2567 URL: https://issues.apache.org/jira/browse/FLINK-2567 Project: Flink Issue Type: Bug Components: Core Affects Versions: 0.9, 0.10 Reporter: Maximilian Michels Priority: Minor Fix For: 0.10 We should allow users to escape the quote character inside a quoted field. Quoting could be realized through the \ character like in: {{"This is an \"escaped\" quotation."}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)