Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6060337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:48:51+00:00 2026-05-23T08:48:51+00:00

I have many different csv files that I would like to convert in to

  • 0

I have many different csv files that I would like to convert in to database tables.

The csv files are not always consistent, meaning that the columns may not be in the same place all the time. For example:

--First scenario--
col1, col2, col3, col4, col5
1,2,3,4,5

--second scenario--
col3,col4,col1,col5,col2
3,4,1,5,2

–The scenario’s are endless and it is no possible to predict what order the columns will be in–

The information is the same but the order in which the data is placed in the csv file is different. I need to be able to generate database tables that are consistent from the csv files, so that no matter what order the columns are in, when the table is created it will always be in one format.

I was thinking I could generate a temporary table from the csv file and then convert the temporary table in to my required format. But I’m unsure on how to do that, or if that is possible.

Thank you for your time, hope someone will be able to help or offer some suggestions on how to resolve this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:48:51+00:00Added an answer on May 23, 2026 at 8:48 am

    If you can use the first line to figure out how to order the columns programmatically, you’ll be in good shape. I don’t think there’s a good way to do this automatically or directly in MySQL. Second, you can load the data without rearranging it, just set the column names in your SQL:

    LOAD DATA INFILE 'file.txt' INTO TABLE table (col3, col1, col2, col4)

    http://dev.mysql.com/doc/refman/5.1/en/load-data.html

    Might need FIELDS TERMINATED BY ',' to change from TSV to CSV as the default format.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database that many different client applications (a smattering of web services,
I have seen this problem arise in many different circumstances and would like to
I have a servlet that is used for many different actions, used in the
I have an application that has many different types of objects that each persist
I have a need to import a number of CSV files into corresponding tables
I have many different branches/checkouts of the same project code on my development machine.
I have a base class object array into which I have typecasted many different
I have many emails coming in from different sources. they all have attachments, many
I have a page upon which a user can choose up to many different
I have an index.php file which has to process many different file types. How

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.