Skip to content

shihanng/csvs-to-sqlite-act

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

csvs-to-sqlite's GitHub Action

This action converts CSV files into a SQLite database using csvs-to-sqlite. The action uses a dockerized version of csvs-to-sqlite.

CI GitHub

Inputs

working_directory

Specify working-directory. Default is the root of the project.

cli_args

Required Arguments to pass to csvs-to-sqlite.

Example usage

- uses: shihanng/csvs-to-sqlite-act@v1.0.0
  with:
    cli_args: test.csv test.db
    working_directory: ./