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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:53:27+00:00 2026-05-28T07:53:27+00:00

I have a CSV file that has rows, where data for some columns only

  • 0

I have a CSV file that has rows, where data for some columns only appear in one of those rows, with other columns repeating their value:

Heading1, Heading2, Heading3, Heading4
1       , 2       ,         , 4
1       ,         , 3       , 4

How can I end up with:

Heading1, Heading2, Heading3, Heading4
1       , 2       , 3       , 4

I want to group on Heading1 and Heading4 as they are unique to the repeated rows and get the first non-blank value for all other rows, ending up with a single string[].

I’ve got as far as grouping on new { Header1, Header4 } to get a group of rows, but I’m having a hard time turning that into something where I can select the first non null value for each column, then turning it back into a single row (string[]).

Ideally I’d like a function that works with any number of columns as in the actual file there are a large number.

  • 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-28T07:53:27+00:00Added an answer on May 28, 2026 at 7:53 am
    • Make an array of length 4 with values initialized to some to empty strings (or zeros as appropriate).
    • For each non-header row, loop over the fields, storing the value in the corresponding array position whenever the field value is not blank.
    • Write-out the values in the array to the new CSV file.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CSV data file with rows that may have lots of columns
I have a CSV file that has only 1 column, but has close to
I have a CSV file that has data like this 15,I,2,41301888,BYRNESS RAW,,BYRNESS VILLAGE,NORTHUMBERLAND,ENG 11,I,3,41350101,2,2935,2,2008-01-09,1,8,0,2003-02-01,,2009-12-22,2003-02-11,377016.00,601912.00,377105.00,602354.00,10
I have a CSV file that has lists of values for some fields. They're
I have a simple .csv file that has that I want to extract data
I have a csv file that has 2 columns separated by a comma -
In short, I have a 20,000,000 line csv file that has different row lengths.
I have a CSV of file of data that I can load in R
I have a csv file that looks something like this (actual file has many
I have data in a CSV file. One of the column lists a persons

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.