sql - Merging two csv files -
im new databases , programming. im trying find easy way combine data 2 csv files. there tools doing this? i'm trying combine these 2 tables 1 big table can run scripts on it.
assuming 2 .csv files in same format , comma-separated-values text files, can combine 2 files using cat on linux , appropriate tool on windows. then, can load resultant, combined .csv file database's table.
you 2 separate loads, 1 each of .csv files, using database managers load tool. assumes database table employs unique key , and 2 .csv files not contain duplicate data.
Comments
Post a Comment