Gardella Juan Pablo created NIFI-8446:
-----------------------------------------
Summary: PutDabaseRecord is not mapping properly the columns
Key: NIFI-8446
URL: https://issues.apache.org/jira/browse/NIFI-8446
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.13.2
Reporter: Gardella Juan Pablo
I have a simple flow which query a mongo collection with defined as:
{noformat}
clients={_id: ObjectID, id: integer}
{noformat}
And I want to store that output to Postgres table {{clients}} defined as {{_id:
varchar(24), id: integer}}.
The flow simply uses {{GetMongoRecord}} -> {{PutDatabaseRecord}}. This flow
worked fine until Nifi 1.12.1 and it is not working on 1.13.2. It tries to
convert {{_id}} to integer.
Tickets that touches {{PutDatabaseRecord}} since 1.12.1 are: NIFI-8237,
NIFI-8223, NIFI-8172, NIFI-8142, NIFI-8023, NIFI-8146, NIFI-8031.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)