Keep up with latest product news
Added method Gen() to enable JSON qualifiers, e.g.:
to append, call it as follows:
set status=##class(community.csvgen).Gen(fname,,.pclass,.prowtype,{"append":1},.recordCount)
or setup qualifiers in advance, like:
set qualifiers={"verbose":1,"PrimaryKey":"name"}
set status=##class(community.csvgen).Gen(fname,,.pclass,.prowtype,qualifiers,.recordCount)
vscode-per-namespace-settings
package for webapp setup.Added primary key support in case data is in IDs
pkey is a new parameter ( "" by default) - if set, it should mean the name of the column that csvgen will build a primary key and idkey index for, so the value of this column could be referenced as IDs from other tables and objects will be swizzled by ID
Full Changelog: https://github.com/intersystems/TestCoverage/compare/v4.0.5...v4.0.6