ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 155 forks source link

Adding 'pdftables' as a requirement #72

Closed orifito closed 9 years ago

orifito commented 9 years ago

pdftables is needed in order to upload PDF files into DataStore.

amercader commented 9 years ago

@orifito can you give us more context as to why is this really needed? The DataPusher is designed to just read tabular data like CSV, Excel, etc. How does the PDF upload work?

orifito commented 9 years ago

@amercader I'm trying to get CKAN data preview working for PDF files. Apart from installing the PDF view plugin, I thought it was required to upload them into DataStore.