Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: chenxiaoxiong <chenxiaoxiong@huawei.com> Co-committed-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
7.0 KiB
To MongoDB
If the destination link of a job is a MongoDB link, configure the destination job parameters based on Table 1.
Parameter |
Description |
Example Value |
|---|---|---|
Database Name |
Database to which data is to be imported |
mddb |
Collection Name |
Collection of data to be imported, which is similar to the table name of a relational database. Click the icon next to the text box to go to the page for selecting the table or directly enter a table name. If the desired table is not displayed, check whether the table exists or whether the login account has the permission to query metadata. |
COLLECTION |
Behavior |
Insert operation to be performed during record migration to the MongoDB
|
Add |
Prepare for Data Import |
MongoDB query statement that needs to be executed before a task is executed NOTE:
|
{"type":"remove","json":"{$or:[{Pid:{$gt:'0',$lt:'2'}},{X:{$gt:'50',$lt:'80'}}]}"} |