Hello, I have a question about loadFromFile as titled. I don't know whether it is possible, it we can, it would be great lot easier for us. The environment is 10.2, many thanks!
Solved! Go to Solution.
X24.dtd does not have a definition for phone. So i think it is not possible to use load file to load phone number. An option is write a utility which reads from the file and update phone using I*E
<!ELEMENT csvUser ( csvuser, csvnewUser, csvweServerID, csvfullName, csvLast, csvLocale, csvEmail, csvDescription, csvTitle, csvOrganization, csvStreet1, csvStreet2, csvCity, csvState, csvCountry, csvZipCode, csvignore?, csvpassword, csvDirectoryService?, csvAllowLdapSync? )
Regards
Binesh Kumar
X24.dtd does not have a definition for phone. So i think it is not possible to use load file to load phone number. An option is write a utility which reads from the file and update phone using I*E
<!ELEMENT csvUser ( csvuser, csvnewUser, csvweServerID, csvfullName, csvLast, csvLocale, csvEmail, csvDescription, csvTitle, csvOrganization, csvStreet1, csvStreet2, csvCity, csvState, csvCountry, csvZipCode, csvignore?, csvpassword, csvDirectoryService?, csvAllowLdapSync? )
Regards
Binesh Kumar
Thanks Binesh,
I thought there might be a way but it seems I can only do what says in dtd. Thanks for mention I*E, it would be new challenge but it is a possible solution! Thanks again.