Apr 06, 2021 01:07 PM
Trying to download a grid in csv to import data (contact list) for Outlook app for Apple.
I use CSV with UTF-8 but when I get to outlook it always give me error code.
Losing patience here !
Apr 09, 2021 05:01 PM
Welcome to the community, @ROSEMONDE! :grinning_face_with_big_eyes: What types of fields are in the data that you’re exporting? Even though you specified UTF-8, it’s possible that something in the data still isn’t “clean.”
Apr 09, 2021 07:23 PM
Hi Justin !
Thank you :pray: for taking the time.
Simple data from outlook. Emails, phone numbers, etc… .
Cvs or olm data.
Apr 10, 2021 08:46 PM
Have you opened the CSV file to inspect the data directly? Maybe something in the file will stand out.
You might also try exporting a smaller data set. Perhaps something in a particular record is messing things up.
Another idea is to start from scratch with completely different data. Just throw some random things together in the same general format, export that as a CSV file, and see if Outlook accepts it.
My point here is to run lots and lots of tests to see if you can isolate the problem. Keep notes on what happens in each test so that you can spot possible patterns. The hope is that you can find something that will be an “a ha!” moment and let you know what’s causing the hiccup. Let us know what happens!