I have a html file and i need to convert this large html file into csv file and then load this csv file into mysql file
can anyone suggest shell/python script to achive this task
I have a html file and i need to convert this large html file into csv file and then load this csv file into mysql file
can anyone suggest shell/python script to achive this task
Hope this may give you an idea for the task: html to csv. Convert HTML into CSV. For the task load csv to mysql, please check this: Load CSV data into MySQL in Python