Add csv_to_sql_file

This commit is contained in:
Yûki VACHOT 2022-05-08 20:25:38 +02:00
parent d3ef2d508a
commit 9e39c9329b
3 changed files with 83 additions and 31 deletions

6
examples/example_1.csv Normal file
View file

@ -0,0 +1,6 @@
header_1;header_2;header_3;header_4
test1;0;1353;-16543
test1;0.01;1353.13;-16543.132
test3;08/05/1998T18:01:00;08/05/2022;08/05/1998 18:01:00
test4;True;TRUE;FALSE
test5;;;
1 header_1 header_2 header_3 header_4
2 test1 0 1353 -16543
3 test1 0.01 1353.13 -16543.132
4 test3 08/05/1998T18:01:00 08/05/2022 08/05/1998 18:01:00
5 test4 True TRUE FALSE
6 test5