AKSW / csvimport.ontowiki

CSV import and transformation extension
GNU General Public License v2.0
4 stars 3 forks source link

Please allow multiple dimensions #19

Open Rahien opened 11 years ago

Rahien commented 11 years ago

Can you please add the ability to use csv's with more than two interdependent dimensions? Currently, when you try that, recurring values in the dimensions are not reused but duplicated.

E.g. if I have the following simple csv: color/location,Belgium,Germany,Belgium,Germany color/time,2011,2011,2012,2012 red,42,31,20,9 blue,9,20,31,42

The location dimension will have twice the value for Germany and twice that of Belgium. The same goes for the time dimension.