-2

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

subba
  • 1
  • 1
  • 1
    What code have you tried? Generally speaking, questions that don't show an attempt, don't get an answer. – Lord Elrond Oct 10 '19 at 18:31
  • please give more information. but this is similar to your case: https://stackoverflow.com/questions/38917958/convert-html-into-csv – Sandeep Salla Oct 10 '19 at 18:44

1 Answers1

0

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

Thuat Nguyen
  • 272
  • 3
  • 15