-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
58 lines (36 loc) · 1.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
==============================================================================
* R E A D M E *
==============================================================================
ABOUT
=====
Author: ........Adrien Mogenet <adrien.mogenet@gmail.com>
Creation: ......2010-04-13
PURPOSE
=======
tMongoDBInput is a Talend component to be used in Talend Open
Studio or Talend Integration Suite in order to connect to a MongoDB
server.
A tMongoDBConnection is required.
HOW TO USE IT
=============
You just have to fill the different available parameters :
o Use existing connection : need to be checked
o Component list : select the connection to use
o Collection : the collection you want to work with
o Query : a JSon query to be used by MongoDB.
eg: "{ 'name' : 'Adrien' }"
Optional
--------
o Sort : a valid JSon criteria to sort rows
eg: "{ 'name' : -1 }"
o Limit : an Integer to limit the number of rows to retrieve
eg: 42
/!\ Note
----------------------------------------
Surrounding quotes are required, you'll
get syntax error otherwise
----------------------------------------
BUGS / TODO
===========
[ ] Remove the checkbox "Use existing connection" ?
==============================================================================