Automating user scenarios in RTC client using RTC client Java api

Hello All,
We are using RTC 6.0.2 and need to automate following user scenarios
- Create a new repository connection [not connecting to repository]
- Create a new project area under newly created repository connection
- Import a .csv file under a newly created project area to load workitems
Regards,
Satish Pawar
Accepted answer

Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
-
Create a new repository connection [not connecting to repository]- This does not make any sense as a repository connection is only something that makes sense in a user client such as the Eclipse client it is not an object that exists in the server.
-
Create a new project area under newly created repository connection- See https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/ and the snippets shipped with the plain Java client libraries
-
Import a .csv file under a newly created project area to load workitemsSee https://rsjazz.wordpress.com/2015/11/03/a-rtc-workitem-command-line-version-3-0/ or you have to integrate Eclipse Client code