...
- Custom File Processor script associated with selected Data Maps should be automatically included (similar to Lookups).
- If Custom Row Processors exist, an additional step in the wizard will be shown after selecting Data Maps called to provide an optional selection of Custom Row Processors.
- Custom File Generators are not supported in templates.
- No UI changes are required for importing templates.
Database Changes
...
Table | Change | Justification |
---|---|---|
Preprocessors | New Table:
| Supports storage of PowerShell scripts. EF Core note: Implement PreprocessorType as an enum. |
DataMaps | New column:
| Optionally associate a data map with a Custom File Processor. |
Agents | Removed columns:
New columns:
| Replace Custom Row Processor and Custom File Generator filenames with database references. This will require a specialized migration:
|
...