How to import Excel CSV file in MySQL Workbench | Fast and simple method | Data Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 24

  • @jasongins
    @jasongins 15 วันที่ผ่านมา

    I've been loading CSV files by converting them to an insert query using the CSV Lint plugin for Notepad++ and then cutting and pasting into MySQL Workbench, but that doesn't seem to work with files over a certain size. I will try your method next time, thank you for showing this.

  • @Drtanwirhasan
    @Drtanwirhasan 2 ปีที่แล้ว +2

    It was too helpful for me bro....I loved your work......❤️❤️❤️❤️❤️

  • @curiosidadescomgil
    @curiosidadescomgil 2 ปีที่แล้ว +2

    perfect, Brazil thank you for your class

  • @amitmaurya6162
    @amitmaurya6162 ปีที่แล้ว +1

    After passing the query show variable "secure-file-priv". I'm getting 0 rows returned

  • @subhenduprosadnath5542
    @subhenduprosadnath5542 ปีที่แล้ว +1

    GREAT
    WELL DONE

  • @omkarkapse4989
    @omkarkapse4989 10 หลายเดือนก่อน +1

    I am getting error " the mysql server is running with the secure file priv option so it cannot execute this statement"

  • @RavenFelman
    @RavenFelman ปีที่แล้ว

    Helpful video but i have question: what if i have a big csv file with also a LOT of columns? I have to define manually each of that columns by myself in the CREATE TABLE query or there is a faster way?

    • @dataquery03382
      @dataquery03382  ปีที่แล้ว

      You can do by using python or any other programming language. For SQL I don't think there exists such solution.

  • @kishanprajapati1646
    @kishanprajapati1646 ปีที่แล้ว

    Thanks a lot buddy ❤❤❤

  • @uzeyirktk6732
    @uzeyirktk6732 ปีที่แล้ว +1

    Bor what If I have dataset for example covid_deaths and it contain columns like new_cases, total_deaths which contain some missing values. Then how we should load this dataset by doing the same method you have explained. I am doing project in which I am facing the issue while loading the file. Please guide me👏

    • @dataquery03382
      @dataquery03382  ปีที่แล้ว

      As I am understanding you need to do data cleaning step first. If any further doubts mail me: nitishkumar03382@gmail.com

  • @akhilrajcv5855
    @akhilrajcv5855 ปีที่แล้ว

    Superb❤❤❤

  • @Uinic_logic
    @Uinic_logic 2 ปีที่แล้ว +1

    ♥️

  • @kanchans3556
    @kanchans3556 11 หลายเดือนก่อน

    Error code 29 after executing that query.please help me @data query

  • @uzeyirktk6732
    @uzeyirktk6732 ปีที่แล้ว

    Error Code: 1366. Incorrect integer value: '"1"' for column 'id' at row 1. I have checked the csv data didn't have ''1''. How should I solve this. Please guide me

    • @dataquery03382
      @dataquery03382  ปีที่แล้ว

      Check column 'id' in your csv file and confirm if it has any string value or not. If any string value then convert it into integer type

    • @uzeyirktk6732
      @uzeyirktk6732 ปีที่แล้ว

      @@dataquery03382 ok thanks alot brother

  • @reshomroy6700
    @reshomroy6700 ปีที่แล้ว

    I am getting error : “mysql server is running with the secure priv option , so it cannot execute this statement “ . Could you tell me how to resolve this error ??

    • @dataquery03382
      @dataquery03382  ปีที่แล้ว +1

      Put your file inside this folder "C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\". Then run the load command. This might work

    • @Vivek.S.Rajput
      @Vivek.S.Rajput ปีที่แล้ว

      ​@@dataquery03382 I have copied the file to the required folder but still same error is appearing

    • @aniketmishra1386
      @aniketmishra1386 ปีที่แล้ว

      ​@@Vivek.S.RajputHi i am also getting the same error have you resolved it ?

    • @aniketmishra1386
      @aniketmishra1386 ปีที่แล้ว

      ​@@dataquery03382it's still showing error please help us to resolve

    • @neelofarkhan569
      @neelofarkhan569 2 หลายเดือนก่อน

      @@aniketmishra1386 did any one got the resolution for above error, i am also trying to upload the huge data file with thi8s method but i am getting the same error as you were getting. plz help