JDBC Receivers
Description The GenericSQLInsertReceiver is used to insert a Domain's generated data directly into a database table via a JDBC connection. In Thi...
Wed, 3 May, 2023 at 9:47 AM
Description The GenericSQLInsertV2Receiver inserts a Domain's generated data directly into a database table via a JDBC connection. In This Article...
Tue, 2 May, 2023 at 5:35 PM
Description The H2InsertV2Receiver is used to insert a Domain's generated data directly into an H2 database table via a JDBC connection. In This Ar...
Thu, 16 Mar, 2023 at 7:41 PM
Description The MongoDBInsertReceiver is used to insert a Domain's generated data in a JSON file directly into a MongoDB collection. In This Articl...
Mon, 30 Oct, 2023 at 7:29 AM
Description The SQLBatchUpdateReceiver connects to a database and performs batched updates using a configuration file that contains one or more SQL update ...
Mon, 30 Oct, 2023 at 7:29 AM
Description The SQLUpdateReceiver connects to a database and performs batched updates. This Receiver is useful for data replacement of values within a data...
Wed, 7 Dec, 2022 at 5:31 PM
Description The SQLUpdateV2Receiver connects to a database and performs batched updates. This Receiver is useful for data replacement of values within a da...
Mon, 30 Oct, 2023 at 7:30 AM
Description The StoredProcedureCallReceiver writes Domain Attribute values in a delimited format to a file. In This Article Receiver Parameters Rece...
Mon, 30 Oct, 2023 at 7:30 AM