Many companies shy away from GPL code due to its strong restrictions on linked or modified code, enforcing the rights of the original developers to require the availability of such code. Since it is very easy to expand the code covered by the freedom preserving terms of the GPL (just by linking and distributing, for example), many companies are wary.
If you are using GPL code to process data, that is a great use. The GPL license does nothing to the data that is sent through the code, just modifications to the code and/or products that link to the code.
Many companies now actually have policies about open source licensing. Most companies probably do not yet. Also, there are a lot of users/employees that either do not know about, or do not stand aforementioned policies, even if they do exist.
As a data processing framework, you would actually be ok using a GPL version if there is a front end UI and they do not need to link to your code. I believe SOAP APIs, Web interaction, data file loading and saving, ... will not incur any obligation under the GPL. That being said, if you do not require them to link to your library, the GPL license is not going to protect you nearly as much as you might like when you open source for trial purposes. If you are not having the community help with development, or extend your product, why not use a traditional trial license model?
Tread carefully and respectfully. (and sadly, by using a potentially offensive term in the first paragraph, I unintentionally missed on the respectfully part)
Jacob