Analyze data linege from SQL files
Use /f
parameter to specify a single SQL file, or use /d
parameter to specfify a directory that inculdes multiple SQL files.
An sample sql file could be:
An output XML will be generated:
Some indications for the above resposne:
coordinate<x,y,z>: x is the correspond line number, y is the column number and z is the has code value of the file.
process: the type of the data lineage
name: table field name or sql name
Last updated