Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3431767
Limit of CSV file to upload
Closed

Comments

  • Alejandro started the conversation

    What is the maximun size of the csv file that can i upload with the tool, and whats is the maximun of rows on those?

    For example i have a file with 500000 rows, the plugin do the work or this work is better on the server side.


    ¡thanks a lot! 

  •  1,692
    Miloš replied

    Hi Alejandro,

    Data that has more than few thousand rows can  not be imported in this way directly via the plugin - this is a limitation that is coming from WordPress itself combined with server performance.

    But there is a solution.

    What you can do is, you can import the file, in form of Excel, CSV, or spreadsheet directly in your database via your database management tool, such as PhPMyAdmin.

    Here is an example how you can do it.

    When you're importing a CSV file in your database, you need to navigate to the WordPress database, and click on "Import":

    8377693210.png

    Then click on "Choose file" and select your CSV file:

    5612183262.png

    The structure of the file needs to be set so the first row of the file contains column headers. For example, if the table you're creating is supposed to look like this:

    1218668569.png

    The structure of the CSV file should contain "COLUMN1, COLUMN2, COLUMN3" in the first row, like this:

    COLUMN1,COLUMN2,COLUMN3
    Google,Test,123
    Yahoo,Test2,456
    Facebook,Test3,789
    

    Then, when you select that file scroll down, and check the "The first line of the file contains the table column names" check-box, so the first line is used for headers of the table; and then click on GO:

    6597093190.png

    You should see a screen similar to this:

    6614546190.png

    In my case, it's "TABLE 114", and you can click on it to open that database table:

    6217716179.png

    To avoid having any issues when using this table in wpDataTable, my advice is to change its name (because it contains a space). So, go to the "Operations" tab:

    1467228342.png

    And under "Table Options" rename that table to what you want it to be. 

    8668458192.png

    Just make sure not to include dots ( . ) or spaces (don't use any special characters). You can rename the table to be "table_1" for example. After you rename it, click on GO in the right corner of "Table options" section:

    3299082668.png

    And that's it. You're now able to create an SQL query based table using this query (for example):

    SELECT * FROM table_1

    -

    Let me know if you have any questions.smile.pngThank you



    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables