Tips to modify an autogenerated ics file with the Vim text editor.
Commande vim : :%s/\\n//g
Before :
SUMMARY:TP - CCUBE - C000\n
After :
SUMMARY:TP - CCUBE - C000
Command vim : :%s/ - /,/g
Before :
SUMMARY:TP - CCUBE - C000
After :
SUMMARY:TP,CCUBE,C000