Import Specs (1 Viewer)

markcrobinson

Registered User.
Local time
Today, 14:08
Joined
Nov 28, 2017
Messages
14
I frequently need to examine or edit the Saved Import Specs, but can't seem to find where these are stored.
Can this be done?
 

isladogs

MVP / VIP
Local time
Today, 22:08
Joined
Jan 14, 2017
Messages
18,255
They are in a hidden system table called MSysIMEXSpecs
There is another related system table called MSysIMEXColumns

Edit anything in there with care!
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:08
Joined
May 7, 2009
Messages
19,246
you can't do much with those tables.
try inspecting ImportExportSpecification object, especially its .xml property
where you find which external file is involved.
 

isladogs

MVP / VIP
Local time
Today, 22:08
Joined
Jan 14, 2017
Messages
18,255
you can't do much with those tables.
try inspecting ImportExportSpecification object, especially its .xml property
where you find which external file is involved.

arnel
Please could you explain for the benefit of all who do not have your higher level of knowledge:
1. what is in the xml object that can't be accessed from the 2 tables
2. how you inspect the xml ImportExportSpecification object

Thanks in advance
 

Users who are viewing this thread

Top Bottom