I'm traiyng to extract data from MongoDB and show it from a tLogRow. As Query Type i choise Find Query : { NOME : 'MILVIO'}. In the collection i have only one bson with a couple key/value "NOME" : "MILVIO". I run the job but no rows are extracted.
With tmongodbRow component, you could create a javascript function with find query in it and the output document has to be mapped to a flat result set.
With tmongodbinput component, you could take fields from sub document and map them to a flat structure, however, tmongodbinput does not allow parameters to be passed to a query.