Postico
Postico copied to clipboard
Characters messing up the csv's
there is few characters that make the output csv ubable to import somewhere else ... fixed with : sed 's/["̯"̮]//g' , it will be nice if you add something against this Thanks
It sounds like this is a problem with the importing application.
exporting was done via Postico , uninterrupted , the problem came from importing it , such characters probably act as "quotes" I guess