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

  • Home
  • SEARCH
  • 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 151685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:29:21+00:00 2026-05-11T09:29:21+00:00

maybe using the latest technologies, in 3.5 SP1, is there a way to short

  • 0

maybe using the latest technologies, in 3.5 SP1, is there a way to short this?

// Bruno: add the empty row with column names // -- select [CRM5].[USERGROUP].[UserGroup_id], [CRM5].[USERGROUP].[name] AS [name] if (col.ToLower().Contains('] as [')) {    // [CRM5].[USERGROUP].[name] AS [name]    splitColumn.Clear();    // clear the list    splitColumn.AddRange(col.Trim().Split(' '));    emptyRow.Append(String.Format(' '' AS {0},', splitColumn[splitColumn.Count - 1])); } else {    // [CRM5].[USERGROUP].[UserGroup_id]    splitColumn.Clear();    // clear the list    splitColumn.AddRange(col.Trim().Split('.'));    emptyRow.Append(String.Format(' '' AS {0},', splitColumn[splitColumn.Count - 1])); 

}

In other words, is there a way to retrieve the last element of a String when split?

maybe

col.Trim().Split('.').Find(x => x.LastItem); 

col is a String

splitColumn is a List < String >

  • 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. 2026-05-11T09:29:22+00:00Added an answer on May 11, 2026 at 9:29 am

    Assuming that you’ve imported System.Linq:

    var lastOrNull = ''.Split(' ').LastOrDefault(); 

    To elaborating the above code snippet… this do the trick:

    col = (col ?? '').Split(new char[] { ' ' },      int.MaxValue, StringSplitOptions.RemoveEmptyEntries)         .LastOrDefault();  if (col != null) {      emptyRow.Append(String.Format(' '' AS {0},', col); } 

    Trim() is unnecessary if you specify StringSplitOptions.RemoveEmptyEntries. The above code will not throw if the string is null or empty.

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

Sidebar

Ask A Question

Stats

  • Questions 69k
  • Answers 69k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You have to use NSPropertyListSerialization to convert it. Basically, assuming… May 11, 2026 at 12:34 pm
  • added an answer If you catch a SqlException, you should be able to… May 11, 2026 at 12:34 pm
  • added an answer I'm just now sitting with the same problem and to… May 11, 2026 at 12:34 pm

Related Questions

I'm betting that someone has already solved this and maybe I'm using the wrong
You launch a java program from a console (maybe using a .bat script). I
When using urllib2 (and maybe urllib) on windows python seems to magically pick up
Maybe I just don't know .NET well enough yet, but I have yet to
Maybe the need to do this is a 'design smell' but thinking about another
I've been using TortoiseSVN in a Windows environment for quite some time. It seems
The current (as of Dec 2008) iPhone SDK allows me to pick between 3
I've installed PostgreSQL using MacPorts on a couple of different computers, no problem, but
I have the same problem as described in the posts listed below. That is,
I've read a few threads on SO about usefulness of unit-testing various applications. The

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.