Skip to main content

Need help with CSV/file manager.

Comments

4 comments

  • sparek-3
    What kind of CSV file is it? CSV is an agnostic type of dump file. It therefore can't be imported unless the entity you are importing it into is matched up the same way as the source of the dump. Without knowing exactly what you are doing, we really can't offer any advice (and it's doubtful we'll be able to offer much either way). You probably want to look into importing the CSV file into whatever application you are needing to import it into. I suspect a MySQL or MariaDB database table. But again, that table will have to be constructed in the same way that the source table was constructed. Some information may be found at: How to import CSV file to MySQL table Or you may want to just search for more generic forms of how to import data into a MySQL table.
    0
  • cPanelLauren
    Great advice @sparek-3 thank you for your response! @xyourxhighnessx more information on the CSV file might be helpful for the community to provide you better advice as well! Thank you,
    0
  • xyourxhighnessx
    The csv file is supposed to be a large number of posts for a video tube type of website. The csv is 7.1GB. I'd like to import the content and upload each in an individual post.
    0
  • cPanelLauren
    The following thread may also be useful:
    0

Please sign in to leave a comment.