SkillAgentSearch skills...

Csvsource

Converts a CSV file to SQL Insert Statements.

Install / Use

/learn @htmfilho/Csvsource
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CSVSource

CSVSource is a command line tool written in Rust to convert a CSV file to SQL statements. It has special features like grouping insert statements in transaction chunks and inserting multiple rows with a single insert statement.

Usage

learn how to use CSVSource with the --help argument:

$ ./csvsource --help

The simplest approach is to pass the argument --source or -f followed by a csv file:

$ ./csvsource --source data.csv

It generates the data.sql file containing the SQL statements. For more options, read the documentation.

For Developers

Related Skills

View on GitHub
GitHub Stars8
CategoryData
Updated1y ago
Forks0

Languages

Rust

Security Score

75/100

Audited on Apr 4, 2024

No findings