I have a custom GP tool that combines two or more gdb together, works fine for fgdbs, but two SDEs don't combine. The tool is setup to accept multiple Workspaces.
While debugging the issue, I found that two fgdbs come in as a list like path\name1.gdb;path\name2.gdb. The issue for SDE egdbs is that they come in like: 'path\name1.SDE';'path\name2.SDE'.
Can someone explain why the SDE is coming in with quotations vs the fgdbs that come in without them? I think that is the issue, but not sure what is causing it.