Hi,
I've been given a set of 20+ MapInfo tables, of which most have a period (.) in the file names.
I need to convert these tables into MS/SQL, but this presents a problem, since periods are no-go in MS/SQL, and I need to control the schema.
I'm trying to write using a dynamic writer, but I simply cannot figure out the combination of parameters, that'll allow me to replace the periods with underscores before writing into the database. No matter what I do, I loose the connection to the "schema", and nothing gets converted.
Please help me out. This ought to be a no-brainer, but I'm stumped.
Cheers.