Create your first automation in just a few minutes.Try Studio Web →
by binamra barik
0
Activity
239
Summary
Summary
Gets Data from a Specified Collection and Database in MongoDB and outputs the result as DataTable.
Overview
Overview
This activity connects to MongoDB Server as per the Connection String supplied, gets the data from a specified Collection and Database and provides the Output in DataTable Type.
Input Parameters:
· in_MongoDBConnectionString - Input your MongoDB Connection String - [DataType: string]
(Example if localhost, connection string : "mongodb://localhost")
· in_DataBaseName - Input your Database Name -[DataType: string]
· in_CollectionName - Input your Collection(or Table) Name - [DataType: string]
Output:
· Pass/Create DataTable variable/argument which will store the Collection Data.
Applications Used While Testing Activity:
Features
Features
The intention behind this activity is retrieving data from a specified Collection and Database in MongoDB as a DataTable output so that this DataTable can be further used for operations like :
- Data Filtering
- Writing Collection Data to Excel/CSV/etc.
- DataTable can be pushed to another Database/Dataset/Queues/etc.
and many more use cases as per business scenario.
Additional Information
Additional Information
Dependencies
MongoDB.Driver = 2.13.2 mongocsharpdriver = 2.13.2
Code Language
C#, Visual Basic
Runtime
Windows Legacy (.Net Framework 4.6.1)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.1Updated
November 23, 2021Works with
Studio: 21.10.3 - 22.10
Certification
Silver Certified
Support
UiPath Community Support