Overview
This smart service can be used to copy large amounts of data from one data source to another. It can come in handy when you need to copy the data from a table in the Appian cloud database to be stored in a local database.
Key Features & Functionality
Parameters
Notes
A minor bug identified: if the last character is a backslash \, it needs to be escaped, else it is treated as escaping the closing double-quote, i.e. \", and therefore causing a syntax error
A further issue - if a column is named "value", it causes errors if it is not the last column.