![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Folks: I am trying to write an app that will take a CSV input file, I, and transform it according to some rules, R, and produce a new CSV file. As new clients come in and new inputs are given, we have to manually generate the rules to produce the outputs. What I want to do is this: Write an app that at run time can read the transformation rules (which can be provided in some text file) and apply it to the appropriate input file and an output is produced. This way the program itself does not need to change. The transformation rules may be complex and not necessarily simple. Currently, the application is written in VBA for Excel and we modify the relevant routine for each new client we get. I was wondering whether it would be feasible to do this in DTS or whether I should pursue a different scripting strategy. Thanks, William |
![]() |
| Thread Tools | |
| Display Modes | |
| |