I just wanted to ask your expertise in bulk insert into mysql table, as of now this script is working fine:
LOAD DATA INFILE 'C:\\test\\cdr_june1.txt' INTO TABLE bod FIELDS TERMINATED BY ',';
But this past few days my text file have different file name, I was thinking to load all the file with .txt extension. How can I do this?