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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:41:55+00:00 2026-05-31T18:41:55+00:00

I know there are a thousand data import related questions on Stack Overflow, and

  • 0

I know there are a thousand data import related questions on Stack Overflow, and please accept my apologies if this has already been asked somewhere, but I wondered if anybody could advise of any tried and tested solutions for normalisaing data during an import from CSV/Excel in C#/ASP.NET MVC 3+.

I could code something to do the job but wondered if there were any open source libraries or tools which could help out with this.

My area of interest is as follows:

When importing data, I occasionally need to normalise some fields, a simplistic example of this is shown below:

My input may be:

Name, JobTitle
==============
Nick, Manager
Dan,  Coder

My table structure may be

Name, JobTitleId
================
Nick, 1
Dan,  2

If a job title doesn’t exist, I’d like it to be created in my JobTitles table and the Id to be returned. If it does exist, I’d like to store the ID.

In sumamry, my questions are:

  • Is there a technique or approach I should be taking to do this?
  • Are there any open source/commercial libraries out there which handle this – no point in re-inventing the wheel
  • 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-31T18:41:56+00:00Added an answer on May 31, 2026 at 6:41 pm

    Is there a technique or approach I should be taking to do this?
    The simplest technique that I can think of is a non-MVC way: use SSIS!
    You can have ASP.NET as the middle man to accept the Excel file and pass it to the database if security is a concern. There are many tutorials out there using Excel Connection Manager. e.g., Import Excel File.
    SSIS gives you incredible flexibity which might help you normalize your data.

    Are there any open source/commercial libraries out there which handle this – no point in re-inventing the wheel
    As you might already have invested in Microsoft products like Visual Studio and SQL Server, you might as well leverage them to suit your needs than trying out open source products out there.

    Sigh!!
    Besides that, if you really wanna check out tools, then I have heard people recommend these ones (not used any of them):

    1. RelationalExcel but it is not free.
    2. ExpertXLS Excel Library for .NET – this one is not free but works with ASP.NET.
    3. This blog seems like a good reference to tools that he has tried.

    Other alternatives could be:

    1. Load your Excel using .NET into datasets and generate your SQL queries dynamically OR pass this to an SQL Server sp that does the heavy lifting
    2. Parse your Excel using VBA and then use it as a data source to ASP.NET
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there have been a few threads on this before, but I have
I know there is a function somewhere that will accept a client rect and
There are already questions about the Perl+AJAX, like here , here or here and
As most of you may be following my line of questions already know, i'm
I know there are thousands of examples on the internet, but I want for
I know there is a registry key indicating the install directory, but I don't
I know there are a lot of positive things mod-rewrite accomplishes. But are there
I know there are quite a few line count tools around. Is there something
I know there is a way to add a IE control, how do you
I know there's some JAVA_OPTS to set to remotely debug a Java program. What

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.