readl1 commented on issue #2231: NIFI-4521 MS SQL CDC Processor URL: https://github.com/apache/nifi/pull/2231#issuecomment-572256430 I figured it out. The issue is not with the case of the table names but when you have a space in the comma separated list. table1, table2, table3 won't work table1,table2,table3 will work
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
