I have data stored in text file ( UTF-8 ) , each line has data for a separate column in database.
I have stored data in a sequence. I need to read the file and store each line as an Array then use these Array in a SQL query to put data in MySql database file.
I have tried to figure out from all relevant questions on the subject in various questions.
Thank you