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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -