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 8733357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:37:56+00:00 2026-06-13T09:37:56+00:00

I am being given a .csv file that has 18 columns of useless data,

  • 0

I am being given a .csv file that has 18 columns of useless data, then 10 columns of useful data and then another column of useless data. Is there anyway to just grab the 10 columns of useful data and just skip over the rest? I just want to start of reading the file at column 19 and finish at column 29.

  • 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-06-13T09:37:59+00:00Added an answer on June 13, 2026 at 9:37 am

    You have to use filler:

    LOAD DATA
    INFILE file.csv
    INTO TABLE test_sqlldr
    APPEND
    FIELDS TERMINATED BY ';'
    TRAILING NULLCOLS
    ( 
      col1 filler,
      col2 filler,
      ...
      col18 filler,
      col19,
      col20,
      ...
      col29
    )
    

    Here you can find more information.

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

Sidebar

Related Questions

I'm being given a data source weekly that I'm going to parse and put
I am trying to parse a csv file where my data is given in
I'm being told that the server we're being given to use has 2gb of
Given models User and Comments being populated such that a user may have many
In the following contrived example, data is given a warning due to it being
I'm parsing a CSV file and placing the data in a struct. I'm using
I have an R script that plots data from a file. The script currently
I have a DB of sensor data that is being collected every second. The
I am writing a program that takes in a CSV file and makes a
Any ideas given the code below why the highlight is being triggered to run

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.