RAHUL CHATURVEDI created NIFI-1570:
--------------------------------------
Summary: "org.apache.avro.SchemaParseException: empty name"
Key: NIFI-1570
URL: https://issues.apache.org/jira/browse/NIFI-1570
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.5.0
Reporter: RAHUL CHATURVEDI
With Nifi version 0.5.0 and following all the steps pointed here
https://www.mail-archive.com/[email protected]&q=subject:%22executesql%22&o=newest&f=1
I am still getting the same error.
My flow is
Generate Flow File -> Fetch File -> Extract Text (here the value for the WHERE
clause is exposed as a property "property1")-> ExecuteSQL (Oracle DB) ->
PutFile (results of the query)
The query executes fine in the Oracle DB
SELECT field1
FROM table
WHERE field1= '${property1}'
I am hitting dead ends, any help will be appreciated
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)