We have Employee CTD in VCM. We need to upload theinformation of the employees in bulk from a csv file including their classifications,channels and language details.Please let us know if this is possible to implement if yes then how.
This is an ideal use-case for BIS (Business Integration Studio). In fact, one of the sample integration scripts available reads a csv and creates Content Instances, assigns Channels, etc.
Here's a link to the docs https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=16679650&objAction=browse&viewType=1
If you've not used BIS before I can provide a nice training guide that shows you how to create BIS scripts to automate Content Creation or Migration.
One tiny problem is that you need to install BIS on your workstation. I'm pretty sure that TCS already has a license for BIS as I've seen BIS used in other projects TCS has implemented. Ask around in your team. If not, your client may already have a BIS license. It's not too expensive and does make developing WEM automation scripts quite easy!
Evan
If it helps anyway....
OR... if it is a one off thing , I would write a small program that could read the file and create content items in the stage that you are working with....
something like ContentInstance.newInstance() and then saving it... but by this time i am sure you have your answer with you....
Cheers, Arun