04-25-2014 11:56 AM - edited 03-17-2019 04:07 PM
All.
We are parsing a Notes / Domino Buddy List export file to be used as a Contact List import into Jabber for all of our users. This is not a corporate contact list import, these are all user defined buddy lists and each one is different. Looking at all the documentation on using BAT to import contact lists it is implied that each user is an individual CSV file, hence an individual import. I need a way to bundle all of the users CSV files (1000+) so that this 'bulk' import is truly a bulk import. If I put all the users data into one large CSV file will BAT import to each user? The documentation does not lead me to this answer but I have passed forums that mentioned that there are additional fields needed in the CSV, but no developments on that answer.
I am still following the necessary import format :
<UserID><UserDomain><ContactID><ContactDomain><Nickname><Groupname>
I assume one large CSV should work since each line is based on the import userID but would like to hear a positive YES.
Rob
04-28-2014 07:56 PM
What I would do is do an export over multiple user and use that output as the template input for a new "super" BAT file.
04-30-2014 06:16 AM
Meaning combine all of my individual user CSV files into one? I have approx. 10k individual user files to import into Jabber. These are all different so I don't have overlap to send out to all users. These are individual 'buddy lists' from Sametime.
Can I combine these into one file? or is there a way to bundle 10k files into one bulk job.
04-30-2014 11:39 AM
I looked at the migration docs for Jabber Contact lists and found that the export bundles all of the users into one single csv as I needed. It still follows the import format below. That looks like the way I will go for my imports unless there are other ways.
<UserID><UserDomain><ContactID><ContactDomain><Nickname><Groupname>
Someone mentioned that there is a way for me to drop all of my individual CSV files into the file system and import all of them as a single job. Does anyone have information on that?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide