Overview
This smart service allows a user to import an sql file or zip of sql files that have been uploaded into Appian content management into their connected database. The utility will only process INSERT style statements. It has been tested with MySQL and SQL Server with up to 10 million records being inserted.
Key Features & Functionality
Inputs:
Outputs:
INFO: This Plug-In processes SQL files line by line and only recognizes single-line INSERT statements. Multi-line INSERT statements (e.g., from phpMyAdmin dumps) will be skipped unless reformatted so that each INSERT is fully self-contained on one line, ending with a semicolon.
WARNING: There is a bug where skipped lines do not populate the invalidLineNumbers output. However, they are logged at the DEBUG level (which is disabled by default). Enable DEBUG logging to see skipped lines.
Is there a way to upload the release notes here? I am not able to access it.