Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

mongo array support #100

Open
jney opened this issue Jul 1, 2015 · 6 comments
Open

mongo array support #100

jney opened this issue Jul 1, 2015 · 6 comments

Comments

@jney
Copy link

jney commented Jul 1, 2015

Maybe i missed this from documentation, Is it possible to extract data from an array ?

ie :

mongodb:
  collection:
    :columns:
    - latitude:
      :source:  location[0]
      :type: FLOAT
    - longitude:
      :source:  location[1]
      :type: FLOAT
@allpratik
Copy link

Same Issue. Will the above stuff work?

@beltiras
Copy link

beltiras commented Sep 8, 2015

Did you test this?

@jney
Copy link
Author

jney commented Jan 15, 2016

@arnists excuse me for the delay.
i tested it and i have got a [null] instead of the content

@JosephZeng1121
Copy link

hi, any thoughts on this issue. Our mongo structure is full of array. It's really hard to parse jason array in tableau

@allpratik
Copy link

@JosephZeng1121 AFA in my case, we ditched Tableau and used Pentaho through KTR files. Pentaho is not that visually appealing as of Tableau, but it is versatile enough and helped us to get our work done.

@bitliner
Copy link

bitliner commented Oct 13, 2016

@JosephZeng1121 a way could be to update the code and add the support for arrays.

I had a look at it, and I think what should be changed is after this line
and at schema.transform(...) method.

Can this help?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants