Informatica-EIC / Custom-Scanners

Custom Scanner Samples.
11 stars 12 forks source link

datasource and wrapper objects with spaces in names not handled properly #25

Closed darren-wrigley closed 5 years ago

darren-wrigley commented 5 years ago

when the scanner is reading the datasources for a database - any datasources that have spaces in the name are not read properly.

suggest using a regular expression to parse the datasource type and name.

example

CREATE\s(?:OR REPLACE\s)?DATASOURCE (\w+) \"?(.*)\"?\b

which looks for:-

darren-wrigley commented 5 years ago

note - will be fixed in v0.9.8.2, which should be updated later today (after testing)

darren-wrigley commented 5 years ago

fixed in v0.9.8.2