G
Guest
Is it possible to use wildcards in schema.ini files when the schema is the
same but the file name is different.
Instead of this
[data_1.csv]
NumberDigits=5
[data_2.csv]
NumberDigits=5
[data_3.csv]
NumberDigits=5
I want to do something like this
[data_%.csv]
NumberDigits=5
This is just a simple example to get my question across, the actual
schema.ini file that I need to create is going to be enormous if I have to
create every one long handed
Thanks in advance
Steve
same but the file name is different.
Instead of this
[data_1.csv]
NumberDigits=5
[data_2.csv]
NumberDigits=5
[data_3.csv]
NumberDigits=5
I want to do something like this
[data_%.csv]
NumberDigits=5
This is just a simple example to get my question across, the actual
schema.ini file that I need to create is going to be enormous if I have to
create every one long handed
Thanks in advance
Steve