It's all about the answers!

Ask a question

CSV Import in Doors Next generation using OSLC


Ram Punde (111) | asked Nov 25 '21, 2:19 a.m.

I am new in OSLC platform. currently I am able to connect with DOORS Next Generation by using JAVA code using OSLC platform. I am able to get project details and root services.

Now I want to do import .csv files in particular project.

Is there any APIs or sample code available for importing .csv file using OSLC platform by java code.

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered Nov 25 '21, 2:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 CSV import is not specified in the OSLC specifications as far as I can tell. Like any other situation where you have a data source and want to create something from it, you will have to read the CSV records, create the data structures you need and then use the APIs available to you to create what you need. 


I would suggest you check the APIs available for DNG here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding as there are more than just OSLC. Then you should try to create just one of the objects you are interested in, before you adventure to CSV import or anything more complex. 

I am not aware of examples like you ask for, but I have not done any excessive search either.


permanent link
Jim Amsden (29337) | answered Nov 30 '21, 11:21 a.m.

 Ralph is correct, OSLC does not address CSV export or content type. However the ELM products do support REST API access for CSV export included EWM stored query results, JRS report results through the datasource URL, etc. This should be all documented in the product documentation at https://www.ibm.com/docs/en.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.