Choosing the separator character in CSV files
In SMC, .csv files can be used to import or export firewalls, filter rules or objects, for example.
The environment variable SMC_CSV_DELIMITER makes it possible to set the separator character used to separate values in .csv files.
The default character is a comma.
To edit it:
- Log in to the SMC server via the console of your hypervisor or in SSH.
- In the file /data/config/fwadmin-env.conf.local, change the value of the environment variable:
SMC_CSV_DELIMITER=","
. - Restart the server with the command
nrestart smc
.