adrien-mogenet / tMongoDBInput

Talend MongoDB component to select rows from a MongoDB server
8 stars 5 forks source link

Dot notation? #2

Open ernestoongaro opened 12 years ago

ernestoongaro commented 12 years ago

Nice component, very useful!

Wondering how to use dot notation to grab fields? So for example, I have an array of locations in addresses.billing_address.location, Talend doesn't allow dots in the schema definition, any ideas?

Thank you!

adrien-mogenet commented 12 years ago

Hi,

Thanks for your interest in my component ! Unfortunately, Talend does not allow any easy consideration for "embededed documents" ; that's why dot notation is not available within the components.

Regards,

On Wed, Mar 14, 2012 at 12:26 AM, ernestoongaro reply@reply.github.com wrote:

Nice component, very useful!

Wondering how to use dot notation to grab fields? So for example, I have an array of locations in addresses.billing_address.location, Talend doesn't allow dots in the schema definition, any ideas?

Thank you!


Reply to this email directly or view it on GitHub: https://github.com/adrien-mogenet/tMongoDBInput/issues/2

Adrien Mogenet 06.59.16.64.22 http://fr.flavors.me/adrienm

geuder commented 12 years ago

Hi,

Do you think this fact related to my troubles with embedded documents:

http://www.talendforge.org/forum/viewtopic.php?pid=85380#p85380

snigdha224 commented 11 years ago

Hi, I need your help!! I am trying to load data from mongodb using mongob input source but getting stuck at edit schema!! how to specify schema for mongodb input where collection is nested? Regards Snigdha