Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

stfnndrsn/toolbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

toolbelt

Small tools and script to remember - here be dragons

MySQL

Import data from a /standard/ csv file into a table

LOAD DATA LOCAL INFILE "infile.csv"
INTO TABLE table
COLUMNS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '"'
ESCAPED BY '"'
LINES TERMINATED BY '\n'
IGNORE 1 LINES;

About

Small tools and script to remember - here be dragons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors