Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

pouc/qlik-script-log-lineage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qlik-script-log-lineage

Provides lineage information on what happened during a Qlik Sense reload with the reload script as an input.

Usage

npm install qlik-script-log-lineage --save

then

var analyzer = require(' qlik-script-log-lineage');

analyzer.getAnalyzer().then(analyzer => {
  var analyzed = analyzer.analyze(fileContent);
  return analyzed;
}).then(analyzed => {
  console.log(analyzed);
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published