There is a csv package in golang 
https://golang.org/pkg/encoding/csv/

There is a sql package in golang too
https://golang.org/pkg/database/sql/

For sqlite
https://godoc.org/github.com/gwenn/gosqlite

You need to use csv parser and insert into sqlite database.

Warm Regards,
Asit
http://bit.ly/193ASIT


On 8/18/2016 6:22:45 PM, francis badasu <nytr...@gmail.com> wrote:

Hi guys,

How do i import a csv file and save it in sql or sqlite

thanks in advance


--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com 
[mailto:golang-nuts+unsubscr...@googlegroups.com].
For more options, visit https://groups.google.com/d/optout 
[https://groups.google.com/d/optout].

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to