We are trying to port data in a Rocket U2 database to SQL server. As per what I read on Wikipedia, the data is stored as delimited text files.
We are considering the following alternatives:
- Purchase the Rocket U2 toolkit
- Parse the text files ourselves
- Import the text files into Excel
- Rely on 3rd part libraries
How feasible are each of the above options? Are there any other alternatives we could consider?
The files are hashed tables not pure delimited text files. Do you have the Rocket database installed or just the data files themselves? There a numerous ways to extract data from Rocket U2 files but you do need to understand the data structure which is MultiValued. You might get their faster by hiring someone who is familiar with the environment. There is a MultiValue Users Group and U2 Users Group in LinkedIn.
Other than that I would suggest looking into the Rocket U2 Toolkit for .NET tool as a way to access data from a Microsoft perspective. Here is a link to general information: http://www.rocketsoftware.com/products/rocket-u2-toolkit-net
Also search here on StackOverflow for the tag u2netdk.