Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 859 Bytes

Clowder CSV Extractor

Clowder extractor to extract column names from CSV files and add them to the metadata of the file. Currently only looks at the first row and does not support files with multiple header rows.

Docker

To build the Docker image:

docker build -t clowder/extractors-csvheaders .

To run the extractor with an existing Clowder instance:

docker run -t -i --rm --name=extractors-csvheaders -e 'RABBITMQ_URI=amqp://guest:guest@yourDNSnameorIP' -e 'REGISTRATION_ENDPOINTS=http://yourDNSnameorIP:9000/api/extractors?key=r1ek3rs' clowder/extractors-csv

To run the extractor with a Clowder instance running with docker-compose.yml included with the Clowder source repository:

docker run -t -i --rm --network clowder_clowder clowder/extractors-csvheaders