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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:53:20+00:00 2026-05-15T11:53:20+00:00

Is there any data export framework in .net or something. I have need to

  • 0

Is there any data export framework in .net or something. I have need to device a tool kit to export legacy and data from older/legacy application to the new application under development,there are around three similar systems. To give you an idea the three have employee table.Is there any framework or dsl tool for this? Or I have to come up with all the code? How do you do it when you have customers whom you want to migrate to the new product ?

  • 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-15T11:53:21+00:00Added an answer on May 15, 2026 at 11:53 am

    Having migrated from NN tools to our application, I can tell you that there’s no “easy way” to do it. Each piece of software follows its own internal database structure and it will never be the same you followed when designing your own.

    With that in mind, the most complicated task is usually divided into two parts:

    1) Determine what and how is the data stored in the legacy system. You know the table PAXNOST means Patient_Note_Statistic or things like that… Once you have an idea where the data is (in one or more tables)…

    2) Export it and sanitize it: More often than not, using an import wizard in SQL server will result in data not being imported due to “errors”. Data truncations, Null values where there shouldn’t be allowed, dates with incorrect format (01/02/1009 for example) and things like that. These kind of problems vary from migration to migration but it all depends upon the constraints the older system enforced (or not!).

    If you manage to do all the above, you can import into your DB of choice (SQL server I assume) and then, when all the data is in the same DB and with the minimum number of “strange things”, you can proceed to use T-SQL (or any other more automated process, I use T-SQL Scripts that I have saved and can re-use if I have to), to move data from OldTables -> new tables.

    Always save every script you execute. Assume you might have to re-execute it all.

    Always back up your db after “important steps” so you can restore -> fix -> re-do if you have to.

    And remember that you will almost always have to tweak certain things by hand (I.e.: update xxx set yyy = ‘’ where zzz = null; and things like that to make sure constraints are ok. Again, this all depends upon the quality of the source data. Always assume the worst.

    Have a good Text Editor in which you can perform fast searches / regex, be cautious with line endings and field separators if you use a mix of Windows / Unix (in case you use ASCII files, which I often do); also using MS ACCESS or MS EXCEL for quick table import/sanitize is never bad if you have those tools (Excel can’t have more than 65535 lines per sheet, remember that, use Access).

    Data Transfer Objects (DTO) is nice, but depending upon the task, sometimes it turns out to be a PITA.

    Good Luck.

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

Sidebar

Related Questions

Is there any open-source free tool to export .csv data to MS Word or
Is there any test-data generation framework out there, specially for Python? To make it
Is there any tool to generate test data based on specific requirements? e.g. Size,
Are there any .NET frameworks for collecting data similar to Google Analytics, for example
I have some data to export from DB and save as CSV file, and
Is there any mechanism in POVRay to export data? I've used some SDL code
I need to export data from a SQL database (some groups use SQL Server,
We've been given the task by my customer to export data from a legacy
I need to export data from php (data retrieved from mysql database) to excel.
I need to export excel file with crystal report. Is there any way to

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.