Import license CSV file
2025-11-13 11:48:40
To import license data from a CSV file, you must prepare the file according to the following rules:
Your CSV file should contain three columns, with the first row serving as the header.
Here’s an example:
| id | code | key |
| 1 | code1 | key1 |
| 2 | code2 | key2 |
Do not modify the order or names of the columns — the format must remain exactly the same.