[kepler-dev] Kepler Integration
Claas-Thido Pfaff
ctpfaff at arcor.de
Fri Jan 11 02:37:31 PST 2013
He all together
Right at the moment I am working on a Kepler integration for an ecological
open source data portal called BEFdata (Developed in Rails). The EML export of
the portal is done already and if I download the EML file and the CSV file
manually the integration via the EML2Dataset actor works like charm (Using
Kepler development branch version).
But when I try to define the URLs in the the EML2Dataset actor, so I do not
need to download the files, I get an error that the file Download did not work
properly. The download URLs for the files on the portal are:
o EML
http://localhost/datasets/5/download.eml?separate_category_columns=true
o CSV
http://localhost/datasets/5/download.csv?separate_category_columns=true&user_credentials=019823öjföiu
Which I specified in the actor. The parts behind the "?" are options which on
one hand modify the download file (separate_category_columns) and on the other
hand check if the user has the right permissions for download
(user_credentials).
So maybe one of you has an Idea whats wrong with my configuration? I also
attached the generated EML file so you can have a look on it. Every help would
be appreciated.
https://dl.dropbox.com/u/844606/example.eml
Best Claas
More information about the Kepler-dev
mailing list