0 votes

Hi,

I would like to add a CSV file during my group creation form and add users from CSV to new created group.

However the CSV file is converted into Binary file and I am struggeling currently to convert it back and use it in my Powershell business rule.

I am using adm-CustomAttributeBinary1 currently.

Any help is really appreciated. Thanks!

PS: What I tried so far and error message I got image.png

by (1.1k points)

1 Answer

+1 vote
by (272k points)

Hello,

Unfortunately, there is no such possibility. As an option, you can use a text attribute and specify a path to the CSV file in it. The following script from our repository should also be helpful: https://www.adaxes.com/script-repository/import-group-members-from-csv-file-s195.htm.

0

Hi,

ok, sad :( Will this be added in future maybe?

I thought I can use files attached to objects like mentioned here https://www.adaxes.com/help/AttachFilesToObjects/

+1

Hello,

Will this be added in future maybe?

Currently, there are no such plans. However, thank you for the suggestion. We forwarded it to the corresponding department for consideration.

I thought I can use files attached to objects like mentioned here https://www.adaxes.com/help/AttachFilesToObjects/

Unfortunately, there is no such possibility in scripts.

0

All right, thank you! :)

Related questions

0 votes
1 answer

Hello, Similar to exporting the members of a group to a csv file: https://www.adaxes.com/script-repository/export-group-members-to-csv-file-s184.htm I am looking to ... would like to include the memberof csv report in the email as well. Thanks in advance!

asked Feb 7, 2023 by JonnyBGood (20 points)
0 votes
1 answer

hello i'm new with Adaxes i'm try to creat schuadle task to import a spefice user list by thier username id after that just update City for them by bulk updating . kinly advise

asked Aug 29, 2023 by sudox (20 points)
0 votes
1 answer

I had a script that would copy the values from adm-CustomAttributeTextMultiValue1 and save them into extensionAttribute15 as a comma seperated list. The script somehow got deleted and I can't seem to find the tutorial I used to create it before.

asked Jul 1, 2022 by jordan (110 points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

So I need to export a list of all user's Line URI's to a CSV file. Running Adaxes 2021 Version 3.14.18804.0 (64 bit) and Teams Powershell 4.1.0 ... a Microsoft 365 account } finally { # Close the connection and release resources Disconnect-MicrosoftTeams }

asked Aug 4, 2022 by TheLexicon (200 points)
3,351 questions
3,052 answers
7,791 comments
545,091 users