Сделать вариативность параметров в зависимости от ОС для CsvManager #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Csv файлы по разному ведут себя на MacOS и Windows.
Для Windows это
newline = '', encoding= 'utf8', delimiter= ';', а для MacOS какие-то другие.Надо сделать так чтобы для разных ОС были разные параметры по умолчанию