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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:05:03+00:00 2026-05-13T09:05:03+00:00

The software company I work for offers data conversion as a service for new

  • 0

The software company I work for offers data conversion as a service for new clients who have previously used other similar software. I’ve written a VB.NET application to automate common conversion operations, and have separate logic between known vendors. A particular file layout has become rather common, but due to the nature of how this particular competitor’s application stores information, certain fields mean one thing for one client, and another for a different client.

Certain elements within this vendor’s format change every time, so I’ve written the application to account for that. Because some data fields mean different things to different vendors, I have to change my mapping code every time. This wasn’t an issue when I had one of these every six months or so, but these are becoming much more common and I would much rather find a way to further automate this process.

I was thinking of implementing a simple interpreted scripting language that would allow me to save the conversion settings for the client in a text file, so I’m not having to feed the settings into my app every time I run it. My goal is to have the time spent in implementing this pay off in faster conversions in the long run.

This is the example I had in my head:

# this is a comment
RECORD INCLUDE(source[Class] != 'I' && source[Category] != 99);

FIELDMAP
  destination[name] == source[name];
  desintation[address] == source[mailingaddress1];
  ...
END FIELDMAP

BEGIN
  # logic goes here
END

I don’t want to make this more complicated than it needs to be. I admit that I’ve never even looked into scripting and am kinda clueless as to where to start or what other considerations need to be made.

Are there already scripting libraries for .NET that will do most of what I want? Is scripting the wrong way to go about this? I really don’t want to reinvent the wheel if there is a better way.

Thank you for any help. 🙂

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

    IronPython (one of the the DLR languages Jake referred to) is a .NET implementation of the Python scripting language. It allows you to access .NET code (including framework classes and class you’ve written) and would be an excellent choice for this sort of task.

    It doesn’t have any real dependencies (other than the .NET Framework) and you won’t need to learn much learn much Python-specific syntax in order to get the job done.

    (If you decide to go with IronPython, I recommend using Notepad++ as your editor.)

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

Sidebar

Related Questions

At the company that I work we have a successful software product that did
I work for a medium sized software company and have been put to the
I work for a software development company and we have around 100 people working
I own a software development company. We develop software for other companies who brand
Imagine you work for a small lean software company. You know the future competitiveness
Suppose you work at a medium-to-large software company with many independently-developed projects (independent coders)
In some software company, who should be responsible for the UI design: User Designer
Most of the software company have old software which continue maintain, and they also
The software my company uses has a web service which signature is more or
I work for a software company (not quite as a developer, but I want

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.