Is it possible in a startup script to access incoming shapefiles and set a private parameter based on a shapefiles attribute?
For example, I am a reading shapefiles and at the same time I want to query a rather large database based off a unique id that the shapefiles contain. I'm currently using the SQLCreator because it seems to be the fastest database reader.
I was thinking within the startup script, I could set a private or published parameter to a shapefile attribute, then in the SQLCreator, I could have a sql statement, that has db.attname = $(newParameter).
Â
Any assistance would be greatly appreciated.
Â
Thank you!