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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:31:46+00:00 2026-05-27T12:31:46+00:00

I am faced with a rather large text file (200-400 lines) The file displays

  • 0

I am faced with a rather large text file (200-400 lines)

The file displays a lot of data however the problem is that it is not lined up.
The data at the moment resembles this

Column1    Column2    Column3    Column4
Bobby      Fisher    Virginia    Rural
Willis     Johnson    Oklahoma    City
Ryan       Polk    Nevada    Suburban
Bruno      Garfield   Orgeon    Rural

The file uses a set number of spaces between each entry, which causes the problem.
Is there a way to possible break this up and for each word allow X amount of spaces, and if it is shorter fill in the space with spaces?

My only thought at the moment would be to pull each line from the text file and then pull each word.

Is there an easier way or am I just in a pretty big pickle?

Most of you all can guess what the end product will look like but here it is

Column1    Column2    Column3    Column4
Bobby      Fisher     Virginia   Rural
Willis     Johnson    Oklahoma   City
Ryan       Polk       Nevada     Suburban
Bruno      Garfield   Orgeon     Rural
  • 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-27T12:31:47+00:00Added an answer on May 27, 2026 at 12:31 pm

    Does this do what you need?

    Array.ConvertAll(lines, _
        Function(cells) _
            String.Concat( _
                Array.ConvertAll(cells.Split(), Function(s) s.Trim().PadRight(40))))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I faced with problem that geomap by google fails with JQuery together in Internet
Ive been faced with a problem recently that I can't think of a good
I'm faced with a legacy API that doesn't use .NET events, but rather requires
I faced a little trouble - I do not know if I can define
I faced a problem while using threading for the first time, In an SWT
I faced a problem - I need to use a macro value both as
I faced a problem regarding loading ResourceBundle at server-side on Seam 2.2 application. In
I faced a rather simple question in an interview. Why do we use the
I am faced with getting a rather complex web app to work in HTML/CSS.
I've worked on projects that have very complex XML configuration, and one problem that's

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.