Skip to content

clowder-framework/extractors-csv

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published