sql server - Convert excel csv to plain text csv -


i have on 2 hundred individual files need load sql server database, , unfortunately coming way excel csv files. excel csv files formatted corectly, use utf-8 or utf-16 character format (i forget which), trips sql server when try , bulk insert them. have fiddled around different arguments bulk insert run other problems. simplest solution has been use clipboard copy them file, because clip board copies plain text.

what use command line tool convert files plain text ascii character format in 1 pass. using windows 7 operating system. thank you.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -