Skip to content
align-justify

GitHub Action

csvs-to-sqlite

v1.0.1 Latest version

csvs-to-sqlite

align-justify

csvs-to-sqlite

run csvs-to-sqlite

Installation

Copy and paste the following snippet into your .yml file.

              

- name: csvs-to-sqlite

uses: shihanng/csvs-to-sqlite-act@v1.0.1

Learn more about this action in shihanng/csvs-to-sqlite-act

Choose a version

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: ./