content

» AR Schema Report, Meta-Update Samples

Move your mouse round the image for details.

This Meta-Update script makes a CSV from an SQL Query on arschema and adds a few count columns for records and workflow elements.

[Main] declares script arguments and usage.

[Do]'s AssignInit will build a SQL where clause if -ptn was used. [Do] will then issue QuerySql= iteration statement.

Rather than use $Tbl, 1$ like Remedy, we will interpret columns into fields defined by [AsSchV].

The Output= makes a new row in an output file defined by [F-out] using the assignments in [asg-CsvRow].

Usage examples:

ArSchema.ini   Do
   -fout arschema.dev.csv
ArSchema.ini   Do
   -ptn  HPD:%
   -fout dev-HPD-tables.csv

Path Script