Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scroll ignore
scroll-viewporttrue
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-htmltrue
scroll-epubtrue

Open in new tab

About Collectors

Collectors are extractors that are developed and managed by you (A customer of K).

...

Code Block
languagepy
class Extractor(username: str = None, password: str = None, server: str = None, \
  driver: str = None, ssrs_database: str=None, mapping: dict = {}, \
  output_path: str = './output', mask: bool = False, compress: bool = False) -> None

username: username to sign into sqlserver
password: password to sign into sqlserver
ssrs_database: Name of the SSRS database of the sqlserver host
server: sqlserver host
driver: sqlserver driver name
mapping: Dict of DNS to database and hostnames
output_path: full or relative path to where the outputs should go
mask: To mask the META/DATABASE_LOG files or not
compress: To gzip output files or not

...