A folder having number of csv files .
the files are different formats like one file as shown below
id ,name
----------
1,a
2,b
some files having this formats
id,name,address
---------------------
1,a,usa
2,b,uk
but this files arranged two folders like Folder1 having the files like schema
id,name
Folder2 having files schema like
id,name,address
what i can do this formats ..psl tel me..