07-05-2011 01:47 AM - edited 03-10-2019 06:12 PM
Hi,
Using a CSV file, I can not add user in the internal database of the ACS
I have a permanent "error File Format Validation Failed"
However the file I want to import is a really CSV file.
Do anyone had the same problem or does anyone know how to get out ?
Bests regards
Solved! Go to Solution.
07-05-2011 04:56 AM
You need to make sure you perform the following steps
1) Go to Users and Identity Stores > Internal Identity Stores > Users
2) Press "File Operations" and then "Next"
3) Press "Sownload Add Template"
4) Open the downloaded file. This gives you a header file which describes the order of the fields to be defined in the CSV
Keep the header line as is - do not edit since will cause the error you see above. Undeneath the header add one line for each user you want to add. Eg here is a sample record for a user (in case where no internal identity attributes have been defined)
jonny,,true,false,1234,, // name: jonny; no description; enabled:true; change password: false; password: 1234; empty enable password and internal identity group [ defaults to "All Groups"
5) Once you have the file repeat the process of steps 1-4 above except instead of downloading file press "Next" and select the file you just created. Press finish and data should be imported
07-05-2011 04:56 AM
You need to make sure you perform the following steps
1) Go to Users and Identity Stores > Internal Identity Stores > Users
2) Press "File Operations" and then "Next"
3) Press "Sownload Add Template"
4) Open the downloaded file. This gives you a header file which describes the order of the fields to be defined in the CSV
Keep the header line as is - do not edit since will cause the error you see above. Undeneath the header add one line for each user you want to add. Eg here is a sample record for a user (in case where no internal identity attributes have been defined)
jonny,,true,false,1234,, // name: jonny; no description; enabled:true; change password: false; password: 1234; empty enable password and internal identity group [ defaults to "All Groups"
5) Once you have the file repeat the process of steps 1-4 above except instead of downloading file press "Next" and select the file you just created. Press finish and data should be imported
07-05-2011 07:16 AM
Hi jrabinow
Thank a lot for your reply.
Regards
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