My data model is currently loading an xml file each day. It is a complete reload, not incremental.
The xml is output from a postgres database and I do not want to link directly yet.
I have one field/attribute in the xml file that is included on some days, but not others.
I have included in my data model, but when it does not exist in the xml input, the dataset refresh fails.
Is there someway to bypass this error?
Thanks
Dwight