Import data into Group Member table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:14 AM
Hi,
I am trying import date into group member table by using UserId . But i am not getting UserID in transform Map table. how we can achieve it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:19 AM
Hi Saidarao,
Transform map table would be a custom table & you will have to get the necessary fields created. Once done then map it with necessary table.
Refer link Transform maps for better understanding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:28 AM
In excel file i have group name, userid . But in group member table we have group name and user name. Here i want to map to userid in the exel to group member user id field.
The main problem here is in the excel file couple of users have same name or some names have spelling mistakes. so i want to map users to group by using user id.
Is it possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 11:10 AM
There is reference to sys_user table in sys_user_grmember table.
Please map your source table field to user field on sys_user_grmember table.
Also, you don't need to create trasnform map to import data in group membership table.
You can use easy import to import date in sys_user_grmember table.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 12:03 PM