Link to home
Create AccountLog in
Avatar of khooc
khooc

asked on

Reading INI file array in DTS

I've got an INI file with data similar to the following:

[group]
table[0]=tblcalls
table[1]=tblaccepted
table[2]=tblrejected
...

I need to be able to read this through DTS, and at times the number of items in the array will change.  Does anyone know how to do this?
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of khooc
khooc

ASKER

Hrmm... the requirements are already signed off, and I think the client really likes the INI idea.

oh well, time to hit the script!