12 skills found
csvspecs / Awesome CsvAwesome Comma-Separated Values (CSV) - What's Next? - Frequently Asked Questions (F.A.Q.s) - Libraries & Tools
dodikk / CsvToSqliteA library to import CSV data to the SQLite database on your iPhone
husnainkhurshiid / PyScalixPython package to convert Csv to SQlite databases and SQlite databases to Csv
rezbuilt / Python CsvToSQLpython_csvToSQL is a light weight python application that parses a CSV file and creates insert statements for MySQL and Oracle databases. Script console options include geocoding, header/database attribute renaming, additional default value attributes and file saving.
Dev0109 / CsvToSqlNo description available
juniorgasparotto / CsvToSqlConvert a CSV file to SQL output
91ahmed / CsvtoSqlConvert a csv file into optimized sql insert statement.
richardsun-ai / MCP CsvTosqlNo description available
deevus / CsvToSqlNo description available
mbto / Maxmind Geoip2 Csv2sql ConverterTool for convertering MaxMind GeoLite2 CSV to SQL
brick-24 / CSVtoMySQLThis Python script allows you to import data from a CSV file into a MySQL database. It provides a user-friendly interface to input the database name, table name, and column names for the table. The script dynamically creates the table in the MySQL database with the specified columns and their data types.
Eneswunbeaten / CsvToolCsvTool converts the given csv file into c# model, sql insert command and mongo insert command.