Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

ExecuteSQL NiFi 1.2 Issue

avatar
Master Guru

Select * from "_SYS_SAP"."DevOrSomething.SomePlace/ABunchOfStuff"

This is from HANA using JDBC

22388-image006.png

This works for views and tables that don't have the sub directory setup.

1 ACCEPTED SOLUTION

avatar
Master Guru

I think there should be a property:

"Normalize Table/Column Names"

Defaults to false, but if set to true I think it will change the / from the table name to something that Avro allows.

View solution in original post

2 REPLIES 2

avatar
Master Guru

I think there should be a property:

"Normalize Table/Column Names"

Defaults to false, but if set to true I think it will change the / from the table name to something that Avro allows.

avatar
Master Guru

I'll try that.