Export User Cards
Cards displayed in User Management can be exported to a CSV file by clicking the [Export] button.
Below is the information you can find when you export the user cards into a CSV file.
-
Line 1: "card_name","card_number,"user_name","card_enabledflag","card_effectivedate","card_expirydate","update_username","update_timestamp"
-
Line 2: <the card details following the format in Line 1>
-
Line N: <the card details following the format in Line 1>
An example is shown below:
|
"card_name","card_number,"user_name","card_enabledflag","card_effectivedate","card_expirydate","update_username","update_timestamp" "company card-1","123456789","userA","true","2024-10-20 09:00:00", "2025-10-19 08:00:00","localadminuser","2024-07-01 09:00:00" "company card-2","223456789","userB","true","", "","localadminuser","2024-07-01 09:00:00" "company card-3","233456789","","false","", "","localadminuser","2024-07-01 09:00:00" |
Where:
|
Column Header |
Description |
|---|---|
|
card_name |
The name of the card. |
|
card_number |
The card number. |
|
user_name |
The assigned username of the card. If card do not have assigned username, then this part is empty "". See line 4 in the example above. |
|
card_enabledflag |
Identifies if the card is active or not.
|
|
card_effectivedate |
The start date to use the card. The date is in this format: yyyy-mm-dd hh:mm:ss where hh is in 24-hour format. If the card's validity is indefinite period, this part is empty "". Indefinite period means the card will not expire. See line 3 and 4 in the example above. |
|
card_expirydate |
The date the card becomes unusable. The date is in this format: yyyy-mm-dd hh:mm:ss where hh is in 24-hour format. If the card's validity is indefinite period, this part is empty "". Indefinite period means the card will not expire. See line 3 and 4 in the example above. |
|
update_username |
The administrator's username who updated the card's information. |
|
update_timestamp |
The date and time the administrator updated the card's information. |
If you are looking for steps to import cards, please see Import User Cards.