From issues-return-96664-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri May 1 14:45:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4F086180676 for ; Fri, 1 May 2020 16:45:02 +0200 (CEST) Received: (qmail 61222 invoked by uid 500); 1 May 2020 14:45:01 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 61211 invoked by uid 99); 1 May 2020 14:45:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2020 14:45:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 02491E30B6 for ; Fri, 1 May 2020 14:45:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 214E5780631 for ; Fri, 1 May 2020 14:45:00 +0000 (UTC) Date: Fri, 1 May 2020 14:45:00 +0000 (UTC) From: "Pierre Villard (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-7402) PutCassandraRecord Processor doesn't allow to dump case sensitive columns data to dump into Cassandra DB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-7402?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17097= 404#comment-17097404 ]=20 Pierre Villard commented on NIFI-7402: -------------------------------------- Could you please provide more details? Share the configuration of the reade= r? Give an example of input data? > PutCassandraRecord Processor doesn't allow to dump case sensitive columns= data to dump into Cassandra DB > -------------------------------------------------------------------------= ------------------------------- > > Key: NIFI-7402 > URL: https://issues.apache.org/jira/browse/NIFI-7402 > Project: Apache NiFi > Issue Type: Bug > Reporter: Sandhiya > Priority: Major > > We need to dump the CSV file data to Cassandra DB - the file contains mix= ed case column names with special characters (eg:- *Actual_Values,*=C2=A0*[= Serial.NO|https://slack-redir.net/link?url=3Dhttp%3A%2F%2FSerial.NO]**, qua= ntity*). > A Cassandra table with these 3 columns were created as such but while dum= ping data from NIFI through *PutCassandraRecord* processor its throwing err= or as *InvalidQueryException: undefined column actual_values.* > Observed NIFI by default converts the column names to lowercase and its n= ot accepting column names defined with special characters other than unders= core (column_names mapping between NIFI and DB fails). > Please help to fix this issue. -- This message was sent by Atlassian Jira (v8.3.4#803005)